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
commit 38dd77cf42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

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"

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB