fix: update logo path from logo.svg to logomark.svg in Footer component

This commit is contained in:
2025-10-15 15:47:35 +02:00
parent 607a31e96d
commit 5d37cb4b3b
2 changed files with 2 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ import { Container } from '@/components/Container'
import { TextField } from '@/components/Fields'
import { NavLinks } from '@/components/NavLinks'
import github from '@/images/github.svg'
import logomark from '@/images/logo.svg'
import logomark from '@/images/logomark.svg'
export function Footer() {
return (

1
src/images/logomark.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 107 KiB