Skip to content

Commit

Permalink
feat: add the blog link
Browse files Browse the repository at this point in the history
  • Loading branch information
Phosphorus-M committed Sep 18, 2023
1 parent 48c0983 commit 8e6b98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pub fn Header() -> impl IntoView {
<a href="/colaboradores">"Colaboradores"</a>
</li>
<li>
<a href="#">"Blog"</a>
<a href="/blog">"Blog"</a>
</li>
<li>
<ul class="lg:ml-4 flex items-center gap-x-6">
Expand Down

0 comments on commit 8e6b98e

Please sign in to comment.