Compare commits

..

No commits in common. "30656c192e4ee9d97703cf902183e33b015fcb46" and "7a207d559aa6bee397dffdb6db11d4d02375b0e7" have entirely different histories.

3 changed files with 7 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -63,7 +63,7 @@ export default function ServerCard({
<p
className={cn(
"break-all font-bold tracking-tight",
showFlag ? "text-xs " : "text-sm",
showFlag ? "text-xs" : "text-sm",
)}
>
{name}
@ -193,7 +193,7 @@ export default function ServerCard({
<p
className={cn(
"break-all font-bold tracking-tight",
showFlag ? "text-xs" : "text-sm",
showFlag ? "text-xs max-w-[80px]" : "text-sm",
)}
>
{name}

View File

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