Skip to content

Commit 1f6d097

Browse files
authored
Merge pull request #35 from FiammaMuscari/patch-1
feat: href to home
2 parents 6b1777e + 3d81089 commit 1f6d097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/header.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub fn Header() -> impl IntoView {
1111
<header class="border-b border-b-black/20">
1212
<div class="container mx-auto px-4 flex items-center justify-between flex-col lg:flex-row">
1313
<div class="flex justify-between w-full lg:w-auto">
14-
<A href="" exact=true class="flex items-center gap-x-4">
14+
<A href="https://rustlanges.github.io/" exact=true class="flex items-center gap-x-4">
1515
<img
1616
src="https://www.rust-lang.org/static/images/rust-logo-blk.svg"
1717
class="max-h-20 rounded-full"

0 commit comments

Comments
 (0)