mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-18 23:53:42 +02:00
Activate and update 'upgrade' banner
This commit is contained in:
parent
09cfd9abeb
commit
d9792584dd
@ -32,7 +32,7 @@ global:
|
||||
outdatedMax: This page is outdated. We do not recommend using it. Instead, please see the
|
||||
outdatedVersion: English version
|
||||
outdatedMin: This page has been updated since the translation. You can use this version, but it may be incomplete.
|
||||
upgrade: To continue using Monero, make sure your software is up-to-date with the March 9th network upgrade.
|
||||
upgrade: To continue using Monero, make sure your software is up-to-date with the November 30th network upgrade.
|
||||
moreinfo: More info
|
||||
lang_tag: "@lang_tag_en"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div class="upgrade-container">
|
||||
<input id="upgrade-toggle" type="checkbox">
|
||||
<div class="upgrade-content">
|
||||
<p>{% t global.upgrade %} <a class="untranslated-link" href="https://www.reddit.com/r/Monero/comments/aw86rx/updated_information_thread_regarding_the/">{% t global.moreinfo %}</a> <label class="upgrade-x" for="upgrade-toggle"></label></p>
|
||||
<p>{% t global.upgrade %} <a class="untranslated-link" href="https://www.reddit.com/r/Monero/comments/dtt2j3/cli_v01500_carbon_chamaeleon_released/">{% t global.moreinfo %}</a> <label class="upgrade-x" for="upgrade-toggle"></label></p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -4,7 +4,7 @@
|
||||
{% include head.html %}
|
||||
|
||||
<body>
|
||||
<!-- {% include upgrade.html %} -->
|
||||
{% include upgrade.html %}
|
||||
<div class="page-wrapper">
|
||||
{% include header.html %}
|
||||
{{content}}
|
||||
|
@ -1133,7 +1133,7 @@ pre.highlight>code {
|
||||
|
||||
|
||||
.upgrade-content {
|
||||
background-color: #e5ba38;
|
||||
background-color: #eb912c;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 4;
|
||||
|
Loading…
Reference in New Issue
Block a user