We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6dab20 commit a25387cCopy full SHA for a25387c
src/components/Header.tsx
@@ -5,8 +5,8 @@ export default function Header() {
5
<header className="sticky top-0 bg-primary/80 backdrop-blur-lg py-4 flex justify-around items-center">
6
<NavLink className="flex gap-2 items-center" to="/">
7
<img
8
- className="w-16"
9
- src={"/images/coffee_cup.jpg"}
+ className="w-12 pr-2"
+ src={"/images/coffee_cup.png"}
10
alt="Code Cafe Logo"
11
/>
12
<h1 className="text-secondary text-3xl">Code Cafe</h1>
0 commit comments