diff --git a/.gitignore b/.gitignore index 4d29575..1cdd2b2 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ npm-debug.log* yarn-debug.log* yarn-error.log* +build.zip +build.zip diff --git a/build.zip b/build.zip index e926bf6..681c4b4 100644 Binary files a/build.zip and b/build.zip differ diff --git a/src/App.tsx b/src/App.tsx index 9db65f4..6224633 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -86,14 +86,6 @@ export const App: React.FC = () => { - - - - - - - - ); diff --git a/src/components/buttonDemo/buttonDemo.tsx b/src/components/buttonDemo/buttonDemo.tsx index 6b2c6f8..b5b972b 100644 --- a/src/components/buttonDemo/buttonDemo.tsx +++ b/src/components/buttonDemo/buttonDemo.tsx @@ -4,13 +4,13 @@ import '../../styles/styles.css' export const Button: React.FC = ({text}) => { return ( - + {text.button} - + ) } \ No newline at end of file diff --git a/src/components/demos/demos.tsx b/src/components/demos/demos.tsx index 391cf30..6853b4d 100644 --- a/src/components/demos/demos.tsx +++ b/src/components/demos/demos.tsx @@ -15,7 +15,7 @@ export const Demos: React.FC = ({ text }) => { {text.title} - @@ -34,7 +34,7 @@ export const Demos: React.FC = ({ text }) => { -