Compare commits

..

No commits in common. "67dfccbe85307a9ed07f21bc5712380b0a4dad1d" and "d26e72aa96cdebbfcc423beccb39d5826854ff29" 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 <p
className={cn( className={cn(
"break-all font-bold tracking-tight", "break-all font-bold tracking-tight",
showFlag ? "text-xs " : "text-sm", showFlag ? "text-xs" : "text-sm",
)} )}
> >
{name} {name}
@ -193,7 +193,7 @@ export default function ServerCard({
<p <p
className={cn( className={cn(
"break-all font-bold tracking-tight", "break-all font-bold tracking-tight",
showFlag ? "text-xs" : "text-sm", showFlag ? "text-xs max-w-[80px]" : "text-sm",
)} )}
> >
{name} {name}

View File

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