refactor: update show servers

This commit is contained in:
Mauricio Siu
2024-10-21 00:43:04 -06:00
parent 4685ef7439
commit 03f923c6e2
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ export const ShowBilling = () => {
const safePercentage = Math.min(percentage, 100); const safePercentage = Math.min(percentage, 100);
return ( return (
<div className="flex flex-col gap-4 w-full justify-center"> <div className="flex flex-col gap-4 w-full">
<Tabs <Tabs
defaultValue="monthly" defaultValue="monthly"
value={isAnnual ? "annual" : "monthly"} value={isAnnual ? "annual" : "monthly"}

View File

@@ -128,7 +128,7 @@ export const ShowServers = () => {
variant={ variant={
server.serverStatus === "active" server.serverStatus === "active"
? "default" ? "default"
: "secondary" : "destructive"
} }
> >
{server.serverStatus} {server.serverStatus}