corrects redundant display of word 'radio'

This commit is contained in:
2026-06-21 07:00:39 +00:00
parent 7883f1f978
commit 96d0fef792
+3 -3
View File
@@ -5,13 +5,13 @@
<img [src]="config().logo_url" alt="" class="footer-flower" aria-hidden="true">
<h3>
<span class="brand-m">{{ config().name_primary | slice:0:1 }}</span>{{ config().name_primary | slice:1 }}
<span class="brand-a">{{ config().name_secondary }}</span> Radio
<span class="brand-a">{{ config().name_secondary }}</span>
</h3>
<p class="footer-tagline">
Community-powered nonprofit public radio — free to stream, funded by you.
</p>
<p class="footer-legal">
{{ config().name_primary }} {{ config().name_secondary }} Radio is a {{ config().nonprofit_type }} nonprofit organization.<br>
{{ config().name_primary }} {{ config().name_secondary }} is a {{ config().nonprofit_type }} nonprofit organization.<br>
EIN: {{ config().ein }}. All donations are tax-deductible.
</p>
</div>
@@ -49,7 +49,7 @@
</div>
<div class="footer-bottom">
<p>&copy; {{ config().founded_year }}{{ currentYear() }} {{ config().name_primary }} {{ config().name_secondary }} Radio. All rights reserved.</p>
<p>&copy; {{ config().founded_year }}{{ currentYear() }} {{ config().name_primary }} {{ config().name_secondary }}. All rights reserved.</p>
<p class="footer-made">
Made with 🧡 in the mountains
</p>