update homepage

This commit is contained in:
2024-11-19 20:58:51 +00:00
parent 4027ce8526
commit daa640068b
6 changed files with 37 additions and 21 deletions

View File

@ -8,7 +8,7 @@ export default function Profile({ link }: { link: NostrLink }) {
<div className="flex gap-2 items-center">
<img
src={profile?.picture}
className="w-12 h-12 rounded-full bg-neutral-500"
className="w-12 h-12 rounded-full bg-neutral-800 object-cover object-center"
/>
<div>
{profile?.display_name ??

View File

@ -16,6 +16,9 @@ export default function VpsCard({ spec }: { spec: MachineSpec }) {
{spec.disk.type === DiskType.SSD ? "SSD" : "HDD"}:{" "}
<BytesSize value={spec.disk.size} />
</li>
<li>
Location: {spec.location}
</li>
</ul>
<h2>
<CostLabel cost={spec.cost} />