mirror of
https://github.com/open-webui/open-webui
synced 2024-11-07 09:09:53 +00:00
refac
This commit is contained in:
parent
3cc3671e74
commit
5e8a74ef74
@ -1037,7 +1037,9 @@
|
||||
{#if action.icon_url}
|
||||
<img
|
||||
src={action.icon_url}
|
||||
class="w-4 h-4 dark:invert-[80%]"
|
||||
class="w-4 h-4 {action.icon_url.includes('svg')
|
||||
? 'dark:invert-[80%]'
|
||||
: ''}"
|
||||
style="fill: currentColor;"
|
||||
alt={action.name}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user