Fix messed up control flow with navigation brandpill

This commit is contained in:
Cooper Ransom 2024-03-26 23:00:48 -04:00
parent 551a4367d1
commit 9d658e8f8d
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ export function BrandPill(props: {
<span
className={[
"font-semibold text-white",
isMobile || props.header ? "hidden sm:block" : "",
isMobile && props.header ? "hidden sm:block" : "",
].join(" ")}
>
{t("global.name")}