new cursor, speedtest at another page, remove rubbish
This commit is contained in:
@@ -123,12 +123,12 @@ export function NodesClient({ dict }: { dict: Dictionary["nodes"] }) {
|
||||
hidden: { opacity: 0, y: 20 },
|
||||
show: { opacity: 1, y: 0, transition: { type: "spring" } },
|
||||
}}
|
||||
className={`bg-card/40 backdrop-blur-xl border rounded-[2rem] p-6 relative overflow-hidden transition-all duration-300 ${
|
||||
className={`cursor-net-move bg-card/40 backdrop-blur-xl border rounded-[2rem] p-6 relative overflow-hidden transition-all duration-300 ${
|
||||
node.status === "online"
|
||||
? "border-border/50 hover:border-primary/50 hover:shadow-[0_0_30px_rgba(0,240,255,0.1)]"
|
||||
: node.status === "full"
|
||||
? "border-secondary/30 opacity-80"
|
||||
: "border-destructive/30 opacity-60 grayscale-[50%]"
|
||||
: "border-destructive/30 opacity-60 grayscale-50"
|
||||
}`}
|
||||
>
|
||||
<div className="flex justify-between items-start mb-6">
|
||||
|
||||
Reference in New Issue
Block a user