refactor assets

This commit is contained in:
2024-04-22 18:42:19 +10:00
parent 550bdd8249
commit 53df7d2fbe
7 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

View File

@@ -11,7 +11,7 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<script src="{{ mix('resources/assets/script.js') }}"></script>
@vite('resources/assets/script.js')
@livewireStyles
@vite('resources/js/app.js')

View File

@@ -1,7 +1,7 @@
<x-layout>
<div class="flex h-full mt-8 mb-4 gap-8">
<div class="flex basis-1/3 justify-end items-center">
<img src="{{ mix('/resources/assets/sad-monster.webp') }}" alt="Sad Monster" class="w-48 h-48">
<img src="/sad-monster.webp" alt="Sad Monster" class="w-48 h-48">
</div>
<div class="flex flex-col justify-center">
<h2 class="text-5xl font-bold text-sky-700 mb-4">403</h2>

View File

@@ -1,7 +1,7 @@
<x-layout>
<div class="flex h-full mt-8 mb-4 gap-8">
<div class="flex basis-1/3 justify-end items-center">
<img src="{{ mix('/resources/assets/sad-monster.webp') }}" alt="Sad Monster" class="w-48 h-48">
<img src="/sad-monster.webp" alt="Sad Monster" class="w-48 h-48">
</div>
<div class="flex flex-col justify-center">
<h2 class="text-5xl font-bold text-sky-700 mb-4">404</h2>