mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-09-07 21:15:42 +00:00
update the logo
This commit is contained in:
@@ -7,10 +7,8 @@ import { Box, type BoxProps } from '@mantine/core';
|
||||
* path here.
|
||||
*/
|
||||
const LOGO = {
|
||||
/** Full-colour mark, for light surfaces (portal header, mobile auth header). */
|
||||
color: '/brand/logo-mark.svg',
|
||||
/** White/mono mark, for dark surfaces (the auth brand panel). */
|
||||
white: '/brand/logo-mark-white.svg',
|
||||
color: '/ema-logo.png',
|
||||
white: '/brand/ema-white.png',
|
||||
} as const;
|
||||
|
||||
export type LogoVariant = keyof typeof LOGO;
|
||||
|
||||
Reference in New Issue
Block a user