refactor: unify all brand icons to single SVG from DS v0.1.36
Replace PNG favicons and brand logos with cameleer3-logo.svg from @cameleer/design-system/assets. Favicon, login dialog, and sidebar all use the same SVG. Remove PNG favicon files from public/. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -4,7 +4,7 @@ import { useAuthStore } from './auth-store';
|
||||
import { api } from '../api/client';
|
||||
import { config } from '../config';
|
||||
import { Card, Input, Button, Alert, FormField } from '@cameleer/design-system';
|
||||
import brandLogo from '@cameleer/design-system/assets/cameleer3-192.png';
|
||||
import brandLogo from '@cameleer/design-system/assets/cameleer3-logo.svg';
|
||||
import styles from './LoginPage.module.css';
|
||||
|
||||
interface OidcInfo {
|
||||
|
||||
Reference in New Issue
Block a user