Skip to content

Commit e3c39b9

Browse files
authored
fix: fix team link (#13)
2 parents cc3bd5d + 87a5b15 commit e3c39b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/components/Header.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<nav>
1515
<a href="#contact">Contact</a>
1616
<a href="#projects">Our Projects</a>
17-
<a href="#features">About the Team</a>
17+
<a href="#team">About the Team</a>
1818
</nav>
1919
</div>
2020
</div>

0 commit comments

Comments
 (0)