Skip to content

Commit

Permalink
Merge pull request #2111 from CityOfPhiladelphia/use-solid-icons
Browse files Browse the repository at this point in the history
use solid icons in connect box
  • Loading branch information
m-atia authored Apr 4, 2024
2 parents e10dabc + 275977f commit 35ccfd9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<tr>
<th scope="row" <?php echo ($archive) ? 'class="hide-for-small-only"' : ''?>>
<span class="accessible">Email</span>
<i class="far fa-envelope fa-2x" aria-hidden="true"></i>
<i class="fas fa-envelope fa-2x" aria-hidden="true"></i>
</th>
<td class="<?php echo (!$archive) ? 'pvl': 'percent-90' ?>">
<?php echo !empty( $connect_vars['email_exp'] ) ? $connect_vars['email_exp'] . '<br />' : ''; ?>
Expand Down Expand Up @@ -128,7 +128,7 @@
<?php if ( ! empty( $connect_vars['social'] ) ) :?>
<tr>
<th scope="row">
<i class="fal fa-at fa-2x" aria-hidden="true"></i>
<i class="fas fa-at fa-2x" aria-hidden="true"></i>
<span class="accessible">Social</span>
</th>
<td >
Expand Down

0 comments on commit 35ccfd9

Please sign in to comment.