Change login bg
This commit is contained in:
@@ -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
BIN
apps/dispatch/public/bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 MiB |
@@ -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";
|
||||
|
||||
/*
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user