Compare commits

..

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

2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ export default function ServerListClient() {
return (
<>
<section className="flex items-center gap-2 w-full overflow-hidden">
<section className="flex items-center gap-2">
<button
onClick={() => {
setStatus("all");

View File

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