MCPcopy
hub / github.com/Innei/Shiro / HeaderLogoArea

Function HeaderLogoArea

src/components/layout/header/internal/HeaderArea.tsx:8–16  ·  view source on GitHub ↗
({ children })

Source from the content-addressed store, hash-verified

6import styles from './grid.module.css'
7
8export const HeaderLogoArea: Component = ({ children }) => (
9 <div className={clsxm('relative', styles['header--grid__logo'])}>
10 <div
11 className={clsxm('relative flex size-full items-center justify-center')}
12 >
13 {children}
14 </div>
15 </div>
16)
17
18export const HeaderLeftButtonArea: Component = ({ children }) => (
19 <div

Callers

nothing calls this directly

Calls 1

clsxmFunction · 0.90

Tested by

no test coverage detected