shellphone.app/app/features/public-area/components/logo.tsx

4 lines
119 B
TypeScript
Raw Normal View History

2022-07-08 23:34:18 +00:00
export default function Logo() {
2022-07-13 22:18:49 +00:00
return <img className="w-10 h-10" src="/shellphone.webp" alt="Shellphone logo" />;
2022-07-08 23:34:18 +00:00
}