We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1777e commit 3d81089Copy full SHA for 3d81089
src/components/header.rs
@@ -11,7 +11,7 @@ pub fn Header() -> impl IntoView {
11
<header class="border-b border-b-black/20">
12
<div class="container mx-auto px-4 flex items-center justify-between flex-col lg:flex-row">
13
<div class="flex justify-between w-full lg:w-auto">
14
- <A href="" exact=true class="flex items-center gap-x-4">
+ <A href="https://rustlanges.github.io/" exact=true class="flex items-center gap-x-4">
15
<img
16
src="https://www.rust-lang.org/static/images/rust-logo-blk.svg"
17
class="max-h-20 rounded-full"
0 commit comments