feat: add sblogo and update login view
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
BIN
public/sblogo.png
Normal file
BIN
public/sblogo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 731 KiB |
BIN
src/assets/sblogo.png
Normal file
BIN
src/assets/sblogo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 731 KiB |
@@ -3,7 +3,7 @@ import { ref } from "vue";
|
|||||||
import { useRouter } from "vue-router";
|
import { useRouter } from "vue-router";
|
||||||
import { useAuthStore } from "../stores/auth";
|
import { useAuthStore } from "../stores/auth";
|
||||||
import { LogIn, ShieldCheck } from "lucide-vue-next";
|
import { LogIn, ShieldCheck } from "lucide-vue-next";
|
||||||
import logoUrl from "../assets/SB Sports.jpg";
|
import logoUrl from "../assets/sblogo.png";
|
||||||
|
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
const auth = useAuthStore();
|
const auth = useAuthStore();
|
||||||
@@ -32,7 +32,7 @@ async function handleLogin() {
|
|||||||
<div class="bg-white rounded-2xl shadow-2xl w-full max-w-md p-10">
|
<div class="bg-white rounded-2xl shadow-2xl w-full max-w-md p-10">
|
||||||
<!-- Logo -->
|
<!-- Logo -->
|
||||||
<div class="flex flex-col items-center mb-8">
|
<div class="flex flex-col items-center mb-8">
|
||||||
<img :src="logoUrl" alt="SB Sport" class="h-20 w-auto object-contain mb-2" />
|
<img :src="logoUrl" alt="SB Sport" class="h-32 w-auto object-contain mb-2" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Form -->
|
<!-- Form -->
|
||||||
|
|||||||
Reference in New Issue
Block a user