shellphone.app/app/features/public-area/components/logo.tsx
2022-07-09 01:34:18 +02:00

4 lines
118 B
TypeScript

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