Skip to content

Commit 85d18ee

Browse files
committed
Footer: Add "Support" link
To display a correct support link (without query params) in the support page, it is necessary to overwrite query params.
1 parent 9b7d41e commit 85d18ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/components/footer.hbs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
<ul role="list">
1515
<li><a href="https://doc.rust-lang.org/cargo/">The Cargo Book</a></li>
1616
<li><a href="mailto:[email protected]">Email Support</a></li>
17+
<li><LinkTo @route="support" @query={{hash
18+
inquire=null
19+
crate=null
20+
}}>Support</LinkTo></li>
1721
<li><a href="https://status.crates.io/">System Status</a></li>
1822
<li><a href="https://github.com/rust-lang/crates.io/issues/new/choose">Report a bug</a></li>
1923
</ul>

0 commit comments

Comments
 (0)