Skip to content

Commit

Permalink
feat: replace link by external-link-line
Browse files Browse the repository at this point in the history
  • Loading branch information
LAU-MG committed Nov 29, 2023
1 parent 38dde4e commit 3cf434a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h1 class="d-none d-print-block h4 fw-bold">{{ lieuMediationNumerique.nom }}</h1
</small>
</div>
<div class="mt-3 d-flex align-items-center" *ngIf="lieuMediationNumerique.contact?.site_web">
<i class="ri ri-link ri-lg ri-link-line border-end pe-2 me-2" aria-hidden="true"></i>
<i class="ri ri-external-link-line ri-lg ri-link-line border-end pe-2 me-2" aria-hidden="true"></i>
<small>
Site
<br />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
<span class="text-break">{{ courriel }}</span>
</div>
<div *ngIf="siteWeb">
<i class="ri-link" aria-hidden="true"></i>
<i class="ri-external-link-line" aria-hidden="true"></i>
<span class="text-break">{{ siteWeb[0] }}</span>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h2 class="h5 mb-0 text-first-letter-uppercase fw-bold">
{{ lieuMediationNumerique.courriel }}
</div>
<div *ngIf="lieuMediationNumerique.site_web">
<i class="ri ri-link" aria-hidden="true"></i>
<i class="ri ri-external-link-line" aria-hidden="true"></i>
{{ lieuMediationNumerique.site_web }}
</div>
</div>
Expand Down

0 comments on commit 3cf434a

Please sign in to comment.