From 4bed9dfcb7af5535f934cbfdfce71e9c48210f1a Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Tue, 6 Feb 2024 17:13:42 +0100 Subject: [PATCH] feat(ui): :sparkles: add bulb logo in header title --- components/Header.tsx | 9 ++++++++- static/assets/bulb.svg | 8 ++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 static/assets/bulb.svg diff --git a/components/Header.tsx b/components/Header.tsx index 9d5144c..ff9f237 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -1,8 +1,15 @@ +import { asset } from '$fresh/runtime.ts' + export function Header() { return (
- Coh@bit POC + + Cohabit POC +