diff --git a/app/ui/InfoBox.tsx b/app/ui/InfoBox.tsx index 5601459..5898093 100644 --- a/app/ui/InfoBox.tsx +++ b/app/ui/InfoBox.tsx @@ -1,4 +1,5 @@ -import { ChevronDownIcon, ChevronUpIcon, QuestionMarkCircleIcon } from "@heroicons/react/24/outline"; +import { ChevronDownIcon, ChevronUpIcon } from "@heroicons/react/24/outline"; +import { QuestionMarkCircleIcon } from "@heroicons/react/16/solid"; import { useTranslations } from "next-intl"; import { FC, ReactNode } from "react"; @@ -12,7 +13,7 @@ export const InfoBox: FC<{ return (
- {title ?? t("default-title")} + {title ?? t("default-title")}