App Logo
Displays your app's logo inside a link that redirects to the home page.
Usage
import { AppLogo } from "@/app/_components/core/app-logo";
<AppLogo />
Props
Name | Type | Default | Description |
---|---|---|---|
className | string | - | Adds a custom class to the logo. |
Displays your app's logo inside a link that redirects to the home page.
import { AppLogo } from "@/app/_components/core/app-logo";
<AppLogo />
Name | Type | Default | Description |
---|---|---|---|
className | string | - | Adds a custom class to the logo. |