From f92af8145f22d0b2d5bd7fac7e1d22165a873c89 Mon Sep 17 00:00:00 2001 From: Iver Morland Karlsvik Date: Tue, 10 Feb 2026 11:00:01 +0100 Subject: [PATCH] feat(gallery): icon in explanitory title + removed 10px mt --- app/gallery/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/gallery/page.tsx b/app/gallery/page.tsx index a87793d..4408a0f 100644 --- a/app/gallery/page.tsx +++ b/app/gallery/page.tsx @@ -91,8 +91,11 @@ export default async function Home() { presentation={presentation} /> -
- {splitTitle(equipment.rdfType)} +
+ + {presentation.icon} + {splitTitle(equipment.rdfType)} +

{componentDescriptionMap.get(equipment.rdfType)}