Change login bg

This commit is contained in:
nocnico
2025-05-20 22:30:24 +02:00
parent 23d1994a11
commit 5efe205717
4 changed files with 3 additions and 5 deletions

View File

@@ -9,8 +9,7 @@ const AuthLayout: NextPage<
<div
className="hero min-h-screen"
style={{
backgroundImage:
"url(https://img.daisyui.com/images/stock/photo-1507358522600-9f71e620c44e.webp)",
backgroundImage: "url('/bg.png')",
}}
>
<div className="hero-overlay bg-opacity-60"></div>

BIN
apps/dispatch/public/bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 MiB

View File

@@ -2,7 +2,7 @@ import Logbook from "./_components/Logbook";
import { ArrowRight, NotebookText } from "lucide-react";
import Link from "next/link";
import Events from "./_components/Events";
import { Stats } from "./_components/Stats";
import { Stats } from "./_components/stats";
import { Badges } from "./_components/Badges";
/*

View File

@@ -11,8 +11,7 @@ const AuthLayout: NextPage<
<div
className="hero min-h-screen"
style={{
backgroundImage:
"url(https://img.daisyui.com/images/stock/photo-1507358522600-9f71e620c44e.webp)",
backgroundImage: "url('/bg.png')",
}}
>
<div className="hero-overlay bg-neutral/60"></div>