Skip to content

Commit a864d05

Browse files
committed
chore: Update logo image source to SVG.
1 parent 2ee75e2 commit a864d05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function App() {
3333
{/* Header */}
3434
<header className="max-w-4xl w-full flex flex-col items-center text-center mb-12">
3535
<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" />
36+
<img src="logo.svg" alt="MonoPixel Logo" className="size-8" />
3737
</div>
3838
<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">
3939
MonoPixel

0 commit comments

Comments
 (0)