header bank name changed & logo bg color removed
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
{{-- <div class="logo">
|
||||
<img src="assets/images/logo-login.png" width="200px">
|
||||
</div> --}}
|
||||
<form class="bg-white dark:bg-gray-800 rounded-lg p-8 w-[25rem] mx-auto" method="POST" action="{{ route('register') }}">
|
||||
<form class="bg-white dark:bg-gray-800 rounded-lg p-8 w-[25rem] mx-auto mt-1" method="POST" action="{{ route('register') }}">
|
||||
@csrf
|
||||
<h2 class="text-2xl text-center font-normal mb-6">{{ __('Online panel') }}</h2>
|
||||
<svg class="block mx-auto mb-6" xmlns="http://www.w3.org/2000/svg" width="100" height="2" viewBox="0 0 100 2">
|
||||
|
||||
Reference in New Issue
Block a user