diff --git a/public/images/icon.jpg b/public/images/icon.jpg new file mode 100644 index 0000000..083ab67 Binary files /dev/null and b/public/images/icon.jpg differ diff --git a/public/images/icon.png b/public/images/icon.png deleted file mode 100644 index 38c0982..0000000 Binary files a/public/images/icon.png and /dev/null differ diff --git a/src/components/Header.tsx b/src/components/Header.tsx index c1cdbc7..735d36f 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -8,11 +8,10 @@ type Title = { export default function Header({ title }: Title) { return ( - + {title} {/* HTML Meta Tags */} - {title}