undo commit

This commit is contained in:
daniel31x13
2024-11-03 03:25:01 -05:00
parent aeafe6e15d
commit 9103f67db5
176 changed files with 9406 additions and 2367 deletions
+4 -4
View File
@@ -23,7 +23,7 @@ export default function CenteredForm({
data-testid={dataTestId}
>
<div className="m-auto flex flex-col gap-2 w-full">
{settings.theme ? (
{settings.theme && (
<Image
src={`/linkwarden_${
settings.theme === "dark" ? "dark" : "light"
@@ -33,12 +33,12 @@ export default function CenteredForm({
alt="Linkwarden"
className="h-12 w-fit mx-auto"
/>
) : undefined}
{text ? (
)}
{text && (
<p className="text-lg max-w-[30rem] min-w-80 w-full mx-auto font-semibold px-2 text-center">
{text}
</p>
) : undefined}
)}
{children}
<p className="text-center text-xs text-neutral mb-5">
<Trans