fix: update membership button text for inclusivity

Changed the text on the membership button from "JOIN & REBEL" to "JOIN & SUPPORT" in the base template. This adjustment better reflects the community spirit and aims to be more inclusive, encouraging broader participation. The update is part of ongoing efforts to make our digital spaces more welcoming and representative of our values.
This commit is contained in:
Kumi 2024-06-02 20:45:53 +02:00
parent afae1a0531
commit b013430d8b
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -48,7 +48,7 @@
<ul class="navbar-nav mx-auto">
<li class="nav-item"><a class="nav-link active" href="/index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="https://status.private.coffee/">Status</a></li>
</ul><a class="btn btn-primary shadow navbar-btn" role="button" href="/membership.html">JOIN &amp; REBEL</a>
</ul><a class="btn btn-primary shadow navbar-btn" role="button" href="/membership.html">JOIN &amp; SUPPORT</a>
</div>
</nav>
{% if warning %}{{ warning|safe }}{% endif %}