mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac
This commit is contained in:
parent
5b05f13ce5
commit
8334149cb2
1 changed files with 7 additions and 2 deletions
|
|
@ -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"
|
||||
>
|
||||
<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'}
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<button
|
||||
|
|
|
|||
Loading…
Reference in a new issue