This commit is contained in:
Timothy Jaeryang Baek 2025-10-03 02:20:03 -05:00
parent 5b05f13ce5
commit 8334149cb2

View file

@ -13,9 +13,14 @@
class="pointer-events-auto z-20 flex justify-between items-center py-3 px-2 font-primar text-gray-900 dark:text-white" class="pointer-events-auto z-20 flex justify-between items-center py-3 px-2 font-primar text-gray-900 dark:text-white"
> >
<div class="flex-1 flex items-center justify-between pl-2"> <div class="flex-1 flex items-center justify-between pl-2">
<div class="flex items-center space-x-2"> <a
class="flex items-center space-x-2 hover:underline"
href={$embed?.url}
target="_blank"
rel="noopener noreferrer"
>
{$embed?.title ?? 'Embedded Content'} {$embed?.title ?? 'Embedded Content'}
</div> </a>
</div> </div>
<button <button