diff --git a/public/assets/favicon.ico b/public/assets/favicon.ico deleted file mode 100644 index 401a2fd..0000000 Binary files a/public/assets/favicon.ico and /dev/null differ diff --git a/public/assets/favicon.svg b/public/assets/favicon.svg new file mode 100644 index 0000000..9f607cd --- /dev/null +++ b/public/assets/favicon.svg @@ -0,0 +1,584 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/index.html b/public/index.html index 7dacdf0..f7a7ec1 100644 --- a/public/index.html +++ b/public/index.html @@ -12,8 +12,9 @@ /> diff --git a/src/components/Carousel.tsx b/src/components/Carousel.tsx index 5580884..ef6eeea 100644 --- a/src/components/Carousel.tsx +++ b/src/components/Carousel.tsx @@ -64,7 +64,7 @@ export const Carousel: React.FC = ({ title, type }) => {
-

+

{title}

diff --git a/src/pages/BurgerMenu.tsx b/src/pages/BurgerMenu.tsx index e4bc54c..89090ee 100644 --- a/src/pages/BurgerMenu.tsx +++ b/src/pages/BurgerMenu.tsx @@ -38,7 +38,7 @@ const BurgerMenu = () => {