Skip to content

Commit 9921955

Browse files
ridiculousfishTurbo87
authored andcommitted
Add "Fork on GitHub" to footer
A prior commit removed the "Fork me on GitHub" ribbon. This adds the link to the footer.
1 parent 3a90359 commit 9921955

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/components/footer.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<footer local-class="footer">
22
<div local-class='after-main-links'>
3-
<a href='https://doc.rust-lang.org/cargo/getting-started/installation.html'>Install</a>
4-
<span local-class="sep">|</span>
53
<a href='https://doc.rust-lang.org/cargo/'>Getting started</a>
64
<span local-class="sep">|</span>
75
<a href='https://doc.rust-lang.org/cargo/guide/'>Guide</a>
@@ -10,6 +8,8 @@
108
<span local-class="sep">|</span>
119
<a href='https://www.rust-lang.org/policies/security'>Report a security issue</a>
1210
<span local-class="sep">|</span>
11+
<a href='https://github.com/rust-lang/crates.io'>Fork on GitHub</a>
12+
<span local-class="sep">|</span>
1313
<a href='https://www.rust-lang.org/policies/privacy'>Privacy notice</a>
1414
<span local-class="sep">|</span>
1515
<LinkTo @route="policies">Policies</LinkTo>

app/components/footer.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77

88
.sep {
9-
margin: 0 10px;
9+
margin: 0 5px;
1010
color: var(--separator-color);
1111
}
1212

0 commit comments

Comments
 (0)