From e5a1a614fac492e49f897c160ba3df3489d8bae2 Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Tue, 26 Mar 2024 22:48:37 -0400 Subject: [PATCH] Refine brandpill mobile adaption --- src/components/layout/BrandPill.tsx | 3 ++- src/components/layout/Navigation.tsx | 2 +- src/components/player/atoms/NextEpisodeButton.tsx | 4 +++- 3 files changed, 6 insertions(+), 3 deletions(-) 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="/" > - +