feat: Update font for reacent activity

This commit is contained in:
LukeGus
2025-10-18 02:18:50 -05:00
parent 87c8cdd445
commit 3901bc9899

View File

@@ -299,7 +299,7 @@ export function Dashboard({
className="border-2 !border-dark-border bg-dark-bg" className="border-2 !border-dark-border bg-dark-bg"
> >
<Server size={20} className="shrink-0" /> <Server size={20} className="shrink-0" />
<p className="truncate ml-2">Server #1</p> <p className="truncate ml-2 font-semibold">Server #1</p>
</Button> </Button>
</div> </div>
</div> </div>