diff --git a/app/features/core/components/logo.tsx b/app/features/core/components/logo.tsx index a61b00f..a276ef5 100644 --- a/app/features/core/components/logo.tsx +++ b/app/features/core/components/logo.tsx @@ -6,7 +6,7 @@ type Props = { const Logo: FunctionComponent = ({ className }) => (
- app logo + app logo
); diff --git a/app/features/public-area/components/logo.tsx b/app/features/public-area/components/logo.tsx index 9ddfbc0..1e860a6 100644 --- a/app/features/public-area/components/logo.tsx +++ b/app/features/public-area/components/logo.tsx @@ -1,3 +1,3 @@ export default function Logo() { - return Shellphone logo; + return Shellphone logo; } diff --git a/public/shellphone.webp b/public/shellphone.webp new file mode 100644 index 0000000..9dc6d27 Binary files /dev/null and b/public/shellphone.webp differ