shellphone.app/app/features/public-area/components/logo.tsx
2022-07-14 00:18:49 +02:00

4 lines
119 B
TypeScript

export default function Logo() {
return <img className="w-10 h-10" src="/shellphone.webp" alt="Shellphone logo" />;
}