diff --git a/app/favicon.ico b/app/favicon.ico index c359f9482..fb7aef80b 100644 Binary files a/app/favicon.ico and b/app/favicon.ico differ diff --git a/components/icons/logo.tsx b/components/icons/logo.tsx index 46fa02464..ae4aa3138 100644 --- a/components/icons/logo.tsx +++ b/components/icons/logo.tsx @@ -4,13 +4,23 @@ export default function LogoIcon(props: React.ComponentProps<'svg'>) { return ( - - + + + ); } diff --git a/components/layout/footer.tsx b/components/layout/footer.tsx index 5ee049999..a50191b78 100644 --- a/components/layout/footer.tsx +++ b/components/layout/footer.tsx @@ -18,8 +18,8 @@ export default async function Footer() {