Skip to content

Commit

Permalink
Update main.html to say no apps on PR's (#2623)
Browse files Browse the repository at this point in the history
  • Loading branch information
Real-MullaC authored Aug 29, 2024
1 parent 6a99be9 commit ece57f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{% extends "base.html" %}

{% block header %}
{{ super() }}
<div style="color: red; text-align: center; padding: 10px; font-size: 20px;">
<strong>Announcement:</strong> We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.
</div>
{% endblock %}

{% block footer %}
{# Empty block to override the footer #}
{% endblock %}

0 comments on commit ece57f8

Please sign in to comment.