forked from sashaastiadi/www_mycelium_net
fix: update logo path from logo.svg to logomark.svg in Footer component
This commit is contained in:
@@ -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 (
|
||||
|
Reference in New Issue
Block a user