Skip to content

Commit 39047f8

Browse files
committed
fix: merge remote changes
1 parent d888251 commit 39047f8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: src/components/header.rs

+5-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ 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
15+
href="https://rustlanges.github.io/"
16+
exact=true
17+
class="flex items-center gap-x-4"
18+
>
1519
<img
1620
src="https://www.rust-lang.org/static/images/rust-logo-blk.svg"
1721
class="max-h-20 rounded-full"

0 commit comments

Comments
 (0)