Skip to content

Commit 3a70669

Browse files
authored
Merge pull request #47 from CodeCafeCommunity/edit-header-logo
Edit header logo
2 parents f88bce3 + a25387c commit 3a70669

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/images/coffee_cup.png

166 KB
Loading

src/components/Header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ export default function Header() {
55
<header className="sticky top-0 bg-primary/80 backdrop-blur-lg py-4 flex justify-around items-center">
66
<NavLink className="flex gap-2 items-center" to="/">
77
<img
8-
className="w-16"
9-
src={"/images/coffee_cup.jpg"}
8+
className="w-12 pr-2"
9+
src={"/images/coffee_cup.png"}
1010
alt="Code Cafe Logo"
1111
/>
1212
<h1 className="text-secondary text-3xl">Code Cafe</h1>

0 commit comments

Comments
 (0)