mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-11 05:15:28 +00:00
fix broken menu
This commit is contained in:
parent
997ff4ec6c
commit
c711fb987f
2 changed files with 6 additions and 1 deletions
|
@ -54,8 +54,9 @@
|
||||||
<ul class="dropdown-menu" role="menu">
|
<ul class="dropdown-menu" role="menu">
|
||||||
<li><a href="https://forum.getmonero.org">{% t menu.forum %}</a></li>
|
<li><a href="https://forum.getmonero.org">{% t menu.forum %}</a></li>
|
||||||
<li><a href="https://www.reddit.com/r/monero/">{% t menu.reddit %}</a></li>
|
<li><a href="https://www.reddit.com/r/monero/">{% t menu.reddit %}</a></li>
|
||||||
<li><a href="https://bitcointalk.org/index.php?topic=583449.0">{% t menu.bitcointalk %}</a></li>
|
|
||||||
<li><a href="https://monero.stackexchange.com">{% t menu.stackexchange %}</a></li>
|
<li><a href="https://monero.stackexchange.com">{% t menu.stackexchange %}</a></li>
|
||||||
|
<li><a href="https://bitcointalk.org/index.php?topic=583449.0">{% t menu.bitcointalk %}</a></li>
|
||||||
|
<li class="divider"></li>
|
||||||
<li><a href="https://monero.slack.com/">{% t menu.slack %}</a></li>
|
<li><a href="https://monero.slack.com/">{% t menu.slack %}</a></li>
|
||||||
<li><a href="https://rocket.xmrnation.com/">{% t menu.rocketchat %}</a></li>
|
<li><a href="https://rocket.xmrnation.com/">{% t menu.rocketchat %}</a></li>
|
||||||
<li><a href="https://telegram.me/bitmonero">{% t menu.telegram %}</a></li>
|
<li><a href="https://telegram.me/bitmonero">{% t menu.telegram %}</a></li>
|
||||||
|
|
|
@ -39,6 +39,10 @@ menu:
|
||||||
lab: Monero Research Lab
|
lab: Monero Research Lab
|
||||||
alternative: Alternative Clients
|
alternative: Alternative Clients
|
||||||
projects: External Projects
|
projects: External Projects
|
||||||
|
stackexchange: StackExchange Q&A
|
||||||
|
slack: Slack Chat
|
||||||
|
rocketchat: Rocket Chat
|
||||||
|
telegram: Telegram Chat
|
||||||
irc: IRC on Freenode
|
irc: IRC on Freenode
|
||||||
irc-general: "#monero (General)"
|
irc-general: "#monero (General)"
|
||||||
irc-development: "#monero-dev (Development)"
|
irc-development: "#monero-dev (Development)"
|
||||||
|
|
Loading…
Reference in a new issue