Skip to content
Snippets Groups Projects
Commit bb1c806b authored by Antoine Lambert's avatar Antoine Lambert
Browse files

browse: Set version to beta

parent 6ee2851f
No related branches found
Tags v0.0.125
No related merge requests found
......@@ -16,12 +16,12 @@
.swh-corner-ribbon {
width: 200px;
background: #e43;
background: #fecd1b;
color: #e20026;
position: absolute;
text-align: center;
line-height: 50px;
letter-spacing: 1px;
color: #f0f0f0;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
top: 55px;
right: -50px;
......
......@@ -18,6 +18,6 @@ See top-level LICENSE file for more information
{% endblock %}
{% block content %}
<div class="swh-corner-ribbon">Alpha version</div>
<div class="swh-corner-ribbon">Beta version</div>
{% block browse-content %}{% endblock %}
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment