mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-18 07:56:57 +00:00
Update server name display to conditionally include an icon indicator for better visual context.
This commit is contained in:
parent
7986737e0e
commit
ceb10a2ffe
@ -965,7 +965,7 @@ export default function Dashboard() {
|
||||
size={24}
|
||||
/>
|
||||
)}
|
||||
<div className="text-base font-extrabold">{hostedVM.name}</div>
|
||||
<div className="text-base font-extrabold">{hostedVM.icon && "・ "}{hostedVM.name}</div>
|
||||
</div>
|
||||
<div className="flex items-center gap-2 text-foreground/80">
|
||||
<Button
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user