We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8405a54 commit 4a76db6Copy full SHA for 4a76db6
1 file changed
src/components/Layout/Header.tsx
@@ -9,7 +9,7 @@ export default function Header() {
9
src={"/images/coffee_cup.png"}
10
alt="Code Cafe Logo"
11
/>
12
- <h1 className="text-3xl text-secondary">Code Cafe</h1>
+ <h1 className="text-3xl text-secondary">Code Café</h1>
13
</NavLink>
14
<nav>
15
<ul className="flex list-none gap-3 text-secondary">
@@ -23,6 +23,11 @@ export default function Header() {
23
About Us
24
25
</li>
26
+ <li>
27
+ <NavLink className="hover:text-accent" to="/resources">
28
+ Resources
29
+ </NavLink>
30
+ </li>
31
<li>
32
<NavLink className="hover:text-accent" to="/events">
33
Events
0 commit comments