Skip to content

Commit b86b1bd

Browse files
committed
feat: add the blog link
1 parent d38406e commit b86b1bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/header.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ pub fn Header() -> impl IntoView {
4444
<A href="/colaboradores">"Colaboradores"</A>
4545
</li>
4646
<li>
47-
<a href="#">"Blog"</a>
47+
<a href="https://rustlanges.github.io/blog/" target="_self">
48+
"Blog"
49+
</a>
4850
</li>
4951
<li>
5052
<ul class="lg:ml-4 flex items-center gap-x-6">

0 commit comments

Comments
 (0)