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 (
+ } + /> } /> + } + />
); }