From 90e4d4b6481de143a69dd089c2ae06ff81bec7b4 Mon Sep 17 00:00:00 2001 From: PhilipWafula Date: Mon, 10 Jun 2024 17:20:23 +0300 Subject: [PATCH] chore(maintenance): Adds logo to maintenance card. --- app/ui/titles.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/app/ui/titles.tsx b/app/ui/titles.tsx index f5a3b1a..d7f39db 100644 --- a/app/ui/titles.tsx +++ b/app/ui/titles.tsx @@ -1,10 +1,16 @@ import { Label } from '@/app/ui/typography'; +import Image from 'next/image'; +import mhLogo from '@/public/images/mh-logo.svg'; -export function TitleWithLogo({ label, title }: { label: string; title: string }) { +export function TitleWithLogo({ label, title }: Readonly<{ label: string; title: string }>) { return (
-
+ The mango habanero logo.