Skip to content

Commit

Permalink
- update icons (#343)
Browse files Browse the repository at this point in the history
update icons
  • Loading branch information
AleksandraKozubal authored Sep 4, 2024
1 parent 6512945 commit 5526c0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/company-data.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<div class="flex flex-row text-xs sm:text-sm text-gray-400 place-items-center gap-x-5 sm:gap-x-10 justify-center 2xl:justify-start">
<div class="flex mt-3">
<span class="sr-only">{{ __('alt.mail') }}</span>
<x-icons.mail/>
<i class="ti ti-mail text-2xl text-blue-dark"></i>
<div class="ml-3 my-auto">{{ __('content.data.email') }}</div>
</div>
<div class="flex mt-3">
<span class="sr-only">{{ __('alt.phone') }}</span>
<x-icons.phone/>
<i class="ti ti-phone text-2xl text-blue-dark"></i>
<div class="ml-3 my-auto">{{ __('content.data.phone') }}</div>
</div>
</div>
Expand Down

0 comments on commit 5526c0d

Please sign in to comment.