mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-19 18:04:25 -05:00
Make order of About links match features sidebar
The links in the footer should be in the same order as those in the sidebar of the features page. That’s the order that’s been thought about more.
This commit is contained in:
@@ -87,11 +87,11 @@
|
||||
<div class="column-one-third">
|
||||
<h2>About</h2>
|
||||
<ul>
|
||||
<li><a href="{{ url_for("main.using_notify") }}">Using Notify</a></li>
|
||||
<li><a href="{{ url_for("main.features") }}">Features</a></li>
|
||||
<li><a href="{{ url_for("main.roadmap") }}">Roadmap</a></li>
|
||||
<li><a href="{{ url_for("main.security") }}">Security</a></li>
|
||||
<li><a href="{{ url_for("main.terms") }}">Terms of use</a></li>
|
||||
<li><a href="{{ url_for("main.pricing") }}">Pricing</a></li>
|
||||
<li><a href="{{ url_for("main.using_notify") }}">Using Notify</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="column-one-third">
|
||||
|
||||
Reference in New Issue
Block a user