Fix icons on RMO, add phone data to district

This commit is contained in:
Eli Ribble 2026-04-07 16:25:14 +00:00
parent cc7ce44f47
commit 6fb5a7f971
No known key found for this signature in database
6 changed files with 14 additions and 32 deletions

View file

@ -138,7 +138,7 @@
<div class="district-branding">
<img :src="district.url_logo" :alt="district.name + 'logo'" />
<h1>{{ district.name }}</h1>
<div class="phone">
<div class="phone" v-if="district.phone_office">
<i class="bi bi-telephone"></i> {{ district.phone_office }}
</div>
</div>