Merge pull request #177 from linkwarden/dev

renamed image
This commit is contained in:
Daniel
2023-09-27 01:25:01 +03:30
committed by GitHub
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export default function CenteredForm({ text, children }: Props) {
<div className="m-auto flex flex-col gap-2">
{theme === "dark" ? (
<Image
src="/linkwarden.png"
src="/linkwarden_dark.png"
width={640}
height={136}
alt="Linkwarden"

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB