remove banner on mobile/tablet devices

This commit is contained in:
Amruth Pillai
2024-03-25 15:08:39 +01:00
parent 890875ad9d
commit f6c2ae7504
19 changed files with 726 additions and 798 deletions

View File

@ -35,8 +35,8 @@ export const KeyboardShortcut = ({
return (
<span
className={cn(
"ml-auto scale-0 text-xs tracking-widest opacity-0 transition-[opacity]",
value && "scale-100 opacity-60",
"ml-auto text-xs tracking-widest transition-opacity",
value ? "scale-100 opacity-60" : "scale-0 opacity-0",
className,
)}
{...props}