We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee75e2 commit a864d05Copy full SHA for a864d05
1 file changed
src/App.tsx
@@ -33,7 +33,7 @@ function App() {
33
{/* Header */}
34
<header className="max-w-4xl w-full flex flex-col items-center text-center mb-12">
35
<div className="bg-white p-3 rounded-2xl shadow-sm mb-6 animate-in zoom-in duration-500">
36
- <img src="public/logo.png" alt="MonoPixel Logo" className="size-8" />
+ <img src="logo.svg" alt="MonoPixel Logo" className="size-8" />
37
</div>
38
<h1 className="text-4xl sm:text-5xl font-extrabold tracking-tight text-mono-900 mb-4 animate-in slide-in-from-bottom-4 duration-500 delay-100">
39
MonoPixel
0 commit comments