NEW UI
This commit is contained in:
@@ -20,11 +20,7 @@
|
||||
|
||||
<div class="py-8 flex">
|
||||
|
||||
<p class="text-gray-600">Made with ❤️ in Maldives. By <span><a href="https://github.com/boring-dragon"
|
||||
class="text-blue-600 hover:underline">@boring_dragon</a>, <a href="https://github.com/Dharisd"
|
||||
class="text-blue-600 hover:underline">@dharisd</a>, <a href="https://github.com/shihaamabr"
|
||||
class="text-blue-600 hover:underline">@shihaamabr</a>
|
||||
</span></p>
|
||||
<p class="text-gray-600">Made with ❤️ in Maldives.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
<link href="{{ mix('/css/app.css') }}" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/css/styles.css">
|
||||
|
||||
<script src="{{ mix('/js/manifest.js') }}"></script>
|
||||
<script src="{{ mix('/js/vendor.js') }}" defer></script>
|
||||
<script src="{{ mix('/js/app.js') }}" defer></script>
|
||||
@yield('js')
|
||||
|
||||
@@ -27,19 +25,12 @@
|
||||
{{ $slot }}
|
||||
</main>
|
||||
|
||||
<x-footer>
|
||||
<x-slot name="credits">
|
||||
<a href="https://github.com/jinas123" class="text-blue-600 hover:underline">@jinas123</a>,
|
||||
<a href="https://github.com/Dharisd" class="text-blue-600 hover:underline">@dharisd</a>,
|
||||
<a href="https://github.com/shihaamabr" class="text-blue-600 hover:underline">@shihaamabr</a>
|
||||
</x-slot>
|
||||
</x-footer>
|
||||
<x-footer />
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
@include('sweetalert::alert')
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user