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

4 lines
118 B
TypeScript
Raw Normal View History

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