Rework mobile device detection
This commit is contained in:
@@ -89,7 +89,7 @@ export default function ThemeSwitcher() {
|
||||
return (
|
||||
<>
|
||||
<div
|
||||
className="fixed bottom-4 right-4 z-[101] pointer-events-auto hidden lg:block"
|
||||
className="fixed bottom-4 right-4 z-[101] pointer-events-auto hidden desk:block"
|
||||
onMouseEnter={() => setHovering(true)}
|
||||
onMouseLeave={() => setHovering(false)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user