Skip to content

Commit

Permalink
Merge pull request #150 from music-assistant/OzGav-patch-2
Browse files Browse the repository at this point in the history
Add beta warning
  • Loading branch information
jozefKruszynski authored Jan 6, 2025
2 parents d09ba17 + 5a41580 commit 50b7047
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions overrides/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{% extends "base.html" %}

{% block outdated %}
You are viewing the BETA version.
<a href="{{ '../' ~ base_url }}">
<strong>Click here to go to stable.</strong>
</a>
{% endblock %}

0 comments on commit 50b7047

Please sign in to comment.