diff --git a/src/components/layout/BrandPill.tsx b/src/components/layout/BrandPill.tsx index 109dbd2c..5d673bde 100644 --- a/src/components/layout/BrandPill.tsx +++ b/src/components/layout/BrandPill.tsx @@ -6,6 +6,7 @@ import { Icon, Icons } from "@/components/Icon"; export function BrandPill(props: { clickable?: boolean; hideTextOnMobile?: boolean; + header?: boolean; backgroundClass?: string; }) { const { t } = useTranslation(); @@ -24,7 +25,7 @@ export function BrandPill(props: { {t("global.name")} diff --git a/src/components/layout/Navigation.tsx b/src/components/layout/Navigation.tsx index b118c879..24a3069b 100644 --- a/src/components/layout/Navigation.tsx +++ b/src/components/layout/Navigation.tsx @@ -85,7 +85,7 @@ export function Navigation(props: NavigationProps) { className="block tabbable rounded-full text-xs ssm:text-base" to="/" > - +