1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

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

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")}