update the logo

This commit is contained in:
mengstabketemaw
2026-06-11 16:45:10 +03:00
parent 7de485ce28
commit 52f9ee5905
8 changed files with 23 additions and 49 deletions

View File

@@ -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;