corrects redundant display of word 'radio'
This commit is contained in:
@@ -5,13 +5,13 @@
|
|||||||
<img [src]="config().logo_url" alt="" class="footer-flower" aria-hidden="true">
|
<img [src]="config().logo_url" alt="" class="footer-flower" aria-hidden="true">
|
||||||
<h3>
|
<h3>
|
||||||
<span class="brand-m">{{ config().name_primary | slice:0:1 }}</span>{{ config().name_primary | slice:1 }}
|
<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>
|
</h3>
|
||||||
<p class="footer-tagline">
|
<p class="footer-tagline">
|
||||||
Community-powered nonprofit public radio — free to stream, funded by you.
|
Community-powered nonprofit public radio — free to stream, funded by you.
|
||||||
</p>
|
</p>
|
||||||
<p class="footer-legal">
|
<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.
|
EIN: {{ config().ein }}. All donations are tax-deductible.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer-bottom">
|
<div class="footer-bottom">
|
||||||
<p>© {{ config().founded_year }}–{{ currentYear() }} {{ config().name_primary }} {{ config().name_secondary }} Radio. All rights reserved.</p>
|
<p>© {{ config().founded_year }}–{{ currentYear() }} {{ config().name_primary }} {{ config().name_secondary }}. All rights reserved.</p>
|
||||||
<p class="footer-made">
|
<p class="footer-made">
|
||||||
Made with 🧡 in the mountains
|
Made with 🧡 in the mountains
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user