From 4040de8285630caa172ac88efa727f7caeb21462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathilde=20Hauk=C3=B8=20Haugum?= Date: Wed, 8 Nov 2023 08:36:28 +0100 Subject: [PATCH] Add missing info pill desc --- .../src/components/InfoPillDescriptions.tsx | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/InfoPillDescriptions.tsx b/frontend/src/components/InfoPillDescriptions.tsx index 30792ff4..dd41bd6f 100644 --- a/frontend/src/components/InfoPillDescriptions.tsx +++ b/frontend/src/components/InfoPillDescriptions.tsx @@ -1,9 +1,22 @@ import InfoPill from "@/components/InfoPill"; -import { AlertTriangle, Calendar, Coffee, FileText, Sun } from "react-feather"; +import { + AlertTriangle, + Briefcase, + Calendar, + Coffee, + FileText, + Moon, + Sun, +} from "react-feather"; export default function InfoPillDescriptions() { return (
+ } + /> } /> + } + />
); }