mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
style: header hover animation
This commit is contained in:
parent
cc97147270
commit
8228f15125
@ -26,7 +26,7 @@ function Header() {
|
||||
sessionStorage.removeItem("selectedTag")
|
||||
router.push(`/`)
|
||||
}}
|
||||
className="flex cursor-pointer items-center text-base font-medium"
|
||||
className="flex cursor-pointer items-center text-base font-medium hover:opacity-50 transition-opacity duration-300"
|
||||
>
|
||||
<div className="mr-1 flex flex-row items-center justify-start">
|
||||
<img
|
||||
|
Loading…
Reference in New Issue
Block a user