Fix icons on RMO, add phone data to district
This commit is contained in:
parent
cc7ce44f47
commit
6fb5a7f971
6 changed files with 14 additions and 32 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<div class="benefit-box mb-4">
|
||||
<p class="mb-0">
|
||||
<i class="bi bi-info-circle"></i>
|
||||
<strong>Why share your contact information?</strong><br />
|
||||
<strong> Why share your contact information?</strong><br />
|
||||
<small>
|
||||
Providing your contact information helps the District review your
|
||||
response and coordinate with you if a visit is still needed. This
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue