Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

- update icons #343

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading