We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529c33d commit 9661214Copy full SHA for 9661214
website/src/components/ui/common/SiteNoticeBanner.tsx
@@ -32,7 +32,7 @@ export const SiteNoticeBanner = () => {
32
class="fixed z-50 top-0 left-0 w-full h-auto py-2 duration-300 ease-out bg-white shadow-sm sm:py-4 -translate-y-full"
33
>
34
<div class="prose relative flex flex-col sm:flex-row items-start w-full px-3 sm:px-12 mx-auto max-w-7xl flex-wrap">
35
- <div class="flex flex-col sm:flex-row w-full text-xs leading-6 text-black duration-150 ease-out opacity-80 hover:opacity-100 gap-3">
+ <div class="flex flex-col sm:flex-row w-full text-xs leading-6 text-black duration-150 ease-out opacity-80 gap-3">
36
<span class="flex items-center flex-shrink-0 gap-2">
37
<div class="w-4 h-4">
38
<InfoCircleIcon />
0 commit comments