header bank name changed & logo bg color removed

This commit is contained in:
Resul Madesenow
2024-02-24 08:41:28 +05:00
parent 00ff275d30
commit 14cc231372
6 changed files with 14 additions and 12 deletions

View File

@@ -15,10 +15,10 @@
<div>
<div class="bg-white flex justify-between px-4 py-1 absolute w-full shadow-none shadow-lg">
<div class="px-8 text-sm p-1 rounded uppercase font-bold padding-none">
<a href="#" class="d-none-copyright"> “Turkmenbasy” PTB-y © </a>
<a href="#" class="d-none-copyright"> “Turkmenbasy” PTB © </a>
</div>
<div class="flex items-center">
<a href="tel:+99312444115" class="mr-6 text-sm text-gray-900">(+99312) 44-42-34</a>
<a href="tel:+99312444234" class="mr-6 text-sm text-gray-900">(+99312) 44-42-34</a>
<a href="#" class="mr-6 text-sm text-gray-900 uppercase">{{ __('Help') }}</a>
<div class="flex text-sm text-gray-900 space-x-1 uppercase">
@foreach(config('app.locales') as $localeKey => $localeDisplayName)
@@ -39,7 +39,7 @@
@yield('content')
<div class="px-8 text-sm p-1 rounded uppercase font-bold text-center d-none-mobile">
<a href="#"> “Turkmenbasy” PTB-y © </a>
<a href="#"> “Turkmenbasy” PTB © </a>
</div>
</div>
<script src="/assets/js/inputmask.min.js"></script>