Skip to content

Commit a4a3b55

Browse files
authored
fix: ferris logo src
1 parent 10964ae commit a4a3b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/components/home/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ impl Component for Home {
2626
<img
2727
id="logo"
2828
alt="Rust Venezuela Logo"
29-
src="https://raw.githubusercontent.com/rust-lang-ve/design/master/assets/ferris.png"
29+
src="https://raw.githubusercontent.com/rust-lang-ve/design/main/assets/ferris.png"
3030
height="120"
3131
width="180"
3232
/>

0 commit comments

Comments
 (0)