mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-17 18:21:28 +10:00
remove banner on mobile/tablet devices
This commit is contained in:
@ -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}
|
||||
|
||||
Reference in New Issue
Block a user