diff --git a/src/lib/components/crew/PhantomRow.svelte b/src/lib/components/crew/PhantomRow.svelte index f07c7a8e..cc74ddd0 100644 --- a/src/lib/components/crew/PhantomRow.svelte +++ b/src/lib/components/crew/PhantomRow.svelte @@ -1,6 +1,7 @@
  • -
    -
    - {phantom.name} - {#if phantom.joinedAt} - Joined {formatDate(phantom.joinedAt)} - {/if} + +
    +
    + {phantom.name} + {#if phantom.joinedAt} + Joined {formatDate(phantom.joinedAt)} + {/if} +
    -
    +
    {#if claimStatus === 'unclaimed'} @@ -65,6 +68,12 @@