aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Marchese <maffblaster@gentoo.org>2023-12-26 23:04:58 -0800
committerMatthew Marchese <maffblaster@gentoo.org>2023-12-26 23:04:58 -0800
commitf4a3dc8d91dd308df1c8d8ece1eb77a6eee11bbf (patch)
tree2b4df5b8c564e6f49ba3c7c3f96d982d50bb7ed2
parentMove Devmanual link closer to Gitweb. (diff)
downloadtyrian-theme-master.tar.gz
tyrian-theme-master.tar.bz2
tyrian-theme-master.zip
Minor adjustments to dropdown menu.HEADmaster
Signed-off-by: Matthew Marchese <maffblaster@gentoo.org>
-rw-r--r--examples/tyrian.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/tyrian.html b/examples/tyrian.html
index 9004337..0b3e530 100644
--- a/examples/tyrian.html
+++ b/examples/tyrian.html
@@ -37,10 +37,10 @@
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="https://planet.gentoo.org/" title="Find out what's going on in the developer community"><span class="fa fa-rss fa-fw"></span> Planet</a>
<a class="dropdown-item" href="https://archives.gentoo.org/" title="Read up on past discussions"><span class="fa fa-archive fa-fw"></span> Archives</a>
- <a class="dropdown-item" href="https://devmanual.gentoo.org/" title="Read the development Guide"><span class="fa fa-book-o fa-fw"></span> Devmanual</a>
- <a class="dropdown-item" href="https://sources.gentoo.org/" title="Browse our source code"><span class="fa fa-code fa-fw"></span> Gitweb</a>
+ <a class="dropdown-item" href="https://devmanual.gentoo.org/" title="Read the development guide"><span class="fa fa-book-o fa-fw"></span> Devmanual</a>
+ <a class="dropdown-item" href="https://gitweb.gentoo.org/" title="Browse our source code"><span class="fa fa-code fa-fw"></span> Gitweb</a>
<div class="dropdown-divider"></div>
- <a class="dropdown-item" href="https://infra-status.gentoo.org/" title="Get updates on the services provided by Gentoo"><span class="fa fa-server fa-fw"></span> Infra Status</a>
+ <a class="dropdown-item" href="https://infra-status.gentoo.org/" title="Get updates on the services provided by Gentoo"><span class="fa fa-server fa-fw"></span> Infra status</a>
</div>
</div>
</div>