Compare commits

..

No commits in common. "51689d482ef41041f611a403c8aa7ada4de87a82" and "cc97147270df9a51833e095ea1b90a26db49c2c0" have entirely different histories.

4 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ function Header() {
sessionStorage.removeItem("selectedTag") sessionStorage.removeItem("selectedTag")
router.push(`/`) router.push(`/`)
}} }}
className="flex cursor-pointer items-center text-base font-medium hover:opacity-50 transition-opacity duration-300" className="flex cursor-pointer items-center text-base font-medium"
> >
<div className="mr-1 flex flex-row items-center justify-start"> <div className="mr-1 flex flex-row items-center justify-start">
<img <img

BIN
bun.lockb

Binary file not shown.

View File

@ -105,7 +105,7 @@ export default function Switch({
}} }}
className={cn( className={cn(
"relative cursor-pointer rounded-3xl px-2.5 py-[8px] text-[13px] font-[600]", "relative cursor-pointer rounded-3xl px-2.5 py-[8px] text-[13px] font-[600]",
"transition-all duration-500 ease-in-out text-stone-400 dark:text-stone-500 hover:text-stone-950 hover:dark:text-stone-50", "transition-all duration-500 ease-in-out text-stone-400 dark:text-stone-500",
{ {
"text-stone-950 dark:text-stone-50": nowTag === tag, "text-stone-950 dark:text-stone-50": nowTag === tag,
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "nezha-dash", "name": "nezha-dash",
"version": "2.1.1", "version": "2.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev -p 3040", "dev": "next dev -p 3040",