This commit is contained in:
Isaac Wise
2024-07-27 17:41:13 -05:00
parent 4faf389a2b
commit 94be3a7448
34 changed files with 308 additions and 256 deletions
+3 -2
View File
@@ -25,8 +25,9 @@ export default function CenteredForm({
<div className="m-auto flex flex-col gap-2 w-full">
{settings.theme && (
<Image
src={`/linkwarden_${settings.theme === "dark" ? "dark" : "light"
}.png`}
src={`/linkwarden_${
settings.theme === "dark" ? "dark" : "light"
}.png`}
width={640}
height={136}
alt="Linkwarden"