interface LogoConfig

Logo configuration

Properties

src: string

Logo image source

alt: string

Logo alt text

optional
href: string

Logo link href (defaults to '/')

optional
heightClass: string

Logo height class (defaults to 'h-10')

optional
appName: string

App name to display next to logo

Usage

import { type LogoConfig } from ".";