update homepage
This commit is contained in:
@ -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 ??
|
||||
|
@ -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} />
|
||||
|
Reference in New Issue
Block a user