MCPcopy
hub / github.com/d3george/slash-admin / Logo

Function Logo

src/components/logo/index.tsx:9–15  ·  view source on GitHub ↗
({ size = 50, className }: Props)

Source from the content-addressed store, hash-verified

7 className?: string;
8}
9function Logo({ size = 50, className }: Props) {
10 return (
11 <NavLink to="/" className={cn(className)}>
12 <Icon icon="local:ic-logo-badge" size={size} color="var(--colors-palette-primary-default)" />
13 </NavLink>
14 );
15}
16
17export default Logo;

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected