Skip to content

Commit 4a76db6

Browse files
committed
update header
1 parent 8405a54 commit 4a76db6

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/components/Layout/Header.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default function Header() {
99
src={"/images/coffee_cup.png"}
1010
alt="Code Cafe Logo"
1111
/>
12-
<h1 className="text-3xl text-secondary">Code Cafe</h1>
12+
<h1 className="text-3xl text-secondary">Code Café</h1>
1313
</NavLink>
1414
<nav>
1515
<ul className="flex list-none gap-3 text-secondary">
@@ -23,6 +23,11 @@ export default function Header() {
2323
About Us
2424
</NavLink>
2525
</li>
26+
<li>
27+
<NavLink className="hover:text-accent" to="/resources">
28+
Resources
29+
</NavLink>
30+
</li>
2631
<li>
2732
<NavLink className="hover:text-accent" to="/events">
2833
Events

0 commit comments

Comments
 (0)