Skip to content

Commit 2ee75e2

Browse files
committed
feat: Replace header icon with logo image.
1 parent c2a8dc8 commit 2ee75e2

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-
<Layers className="size-8 text-mono-900" />
36+
<img src="public/logo.png" 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)