Skip to content

Commit 9661214

Browse files
authored
fix: Webサイトのバナーの説明文のホバー時のスタイルを削除 (#287)
1 parent 529c33d commit 9661214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/components/ui/common/SiteNoticeBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const SiteNoticeBanner = () => {
3232
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"
3333
>
3434
<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">
35+
<div class="flex flex-col sm:flex-row w-full text-xs leading-6 text-black duration-150 ease-out opacity-80 gap-3">
3636
<span class="flex items-center flex-shrink-0 gap-2">
3737
<div class="w-4 h-4">
3838
<InfoCircleIcon />

0 commit comments

Comments
 (0)