mirror of
https://github.com/open-webui/open-webui
synced 2025-06-25 17:57:20 +00:00
refac
This commit is contained in:
parent
d2b5a1614a
commit
bbedc50f00
@ -16,7 +16,7 @@
|
|||||||
<div class="flex flex-col text-left gap-1 mt-1.5">
|
<div class="flex flex-col text-left gap-1 mt-1.5">
|
||||||
{#each followUps as followUp, idx (idx)}
|
{#each followUps as followUp, idx (idx)}
|
||||||
<button
|
<button
|
||||||
class=" mr-2 py-1.5 bg-transparent text-left text-sm flex items-center gap-2 px-1 text-gray-500 dark:text-gray-400 hover:text-black dark:hover:text-white transition"
|
class=" mr-2 py-1.5 bg-transparent text-left text-sm flex items-center gap-2 px-1.5 text-gray-500 dark:text-gray-400 hover:text-black dark:hover:text-white transition"
|
||||||
on:click={() => onClick(followUp)}
|
on:click={() => onClick(followUp)}
|
||||||
title={followUp}
|
title={followUp}
|
||||||
aria-label={followUp}
|
aria-label={followUp}
|
||||||
|
Loading…
Reference in New Issue
Block a user