File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ export default function DiscoveryButton() {
55 target = "_blank"
66 rel = "noopener noreferrer"
77 aria-label = "Open Discover Keyyard in a new tab"
8- className = "fixed bottom-4 right -4 lg:top-4 lg:left-4 lg:bottom-auto lg:right-auto z-50 flex items-center gap-3 rounded-full bg-black bg-opacity-40 hover:bg-opacity-60 transition px-2 py-1 md:px-3 md:py-2 lg:px-4 lg:py-3 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-green-400"
8+ className = "fixed bottom-4 left -4 lg:top-4 lg:left-4 lg:bottom-auto lg:right-auto z-50 flex items-center gap-3 rounded-full bg-black bg-opacity-40 hover:bg-opacity-60 transition px-2 py-1 md:px-3 md:py-2 lg:px-4 lg:py-3 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-green-400"
99 title = "Discover Keyyard"
1010 style = { { backdropFilter : "blur(6px)" } }
1111 >
1212 < img
1313 src = "/assets/compass.gif"
1414 alt = "Compass"
15- className = "w-6 h-6 md:w- 10 md: h-10 lg:w-14 lg:h-14 object-contain rounded-full"
15+ className = "w-10 h-10 lg:w-14 lg:h-14 object-contain rounded-full"
1616 style = { { mixBlendMode : "screen" } }
1717 />
1818 < span className = "hidden lg:inline-block text-sm md:text-base lg:text-lg font-semibold" >
You can’t perform that action at this time.
0 commit comments