|
|
|
@ -195,6 +195,10 @@
|
|
|
|
<ExternalLink size={16} />
|
|
|
|
<ExternalLink size={16} />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="flex gap-4">
|
|
|
|
<div class="flex gap-4">
|
|
|
|
|
|
|
|
{#if shortener.project}
|
|
|
|
|
|
|
|
<Badge variant="secondary"
|
|
|
|
|
|
|
|
>{shortener.project.name}</Badge>
|
|
|
|
|
|
|
|
{/if}
|
|
|
|
<Badge variant="outline" class="flex gap-2">
|
|
|
|
<Badge variant="outline" class="flex gap-2">
|
|
|
|
{#if shortener.active}
|
|
|
|
{#if shortener.active}
|
|
|
|
<span
|
|
|
|
<span
|
|
|
|
@ -208,10 +212,6 @@
|
|
|
|
Inactive
|
|
|
|
Inactive
|
|
|
|
{/if}
|
|
|
|
{/if}
|
|
|
|
</Badge>
|
|
|
|
</Badge>
|
|
|
|
<Badge variant="secondary"
|
|
|
|
|
|
|
|
>{shortener.project
|
|
|
|
|
|
|
|
? shortener.project.name
|
|
|
|
|
|
|
|
: 'Uncategorized'}</Badge>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</Card.Title>
|
|
|
|
</Card.Title>
|
|
|
|
<Card.Description>{shortener.link}</Card.Description>
|
|
|
|
<Card.Description>{shortener.link}</Card.Description>
|
|
|
|
|