mirror of
https://github.com/temetro/temetro.git
synced 2026-08-24 08:46:27 +00:00
frontend: light-mode logo via CSS invert + prescriptions search
- sidebar + auth logo now invert to black in light mode (dark unchanged), same trick the docs site uses — no second asset needed - prescriptions page: search by patient, file number, medication, prescriber or status, with no-match / empty states Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -14,9 +14,10 @@ import { cn } from "@/lib/utils";
|
||||
export function AuthBrand() {
|
||||
return (
|
||||
<div className="flex items-center justify-center gap-3">
|
||||
{/* White fox mark — inverted to black in light mode. */}
|
||||
<Image
|
||||
alt="temetro"
|
||||
className="size-11"
|
||||
className="size-11 invert dark:invert-0"
|
||||
height={44}
|
||||
priority
|
||||
src="/temetro-logo.png"
|
||||
|
||||
Reference in New Issue
Block a user