mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
refac: styling
This commit is contained in:
parent
215f991326
commit
03e61e7a4a
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class=" text-sm dark:text-gray-300 mb-1">
|
<div class=" text-sm dark:text-gray-300 mb-1">
|
||||||
{#each $toolServers as toolServer}
|
{#each $toolServers as toolServer}
|
||||||
<Collapsible chevron>
|
<Collapsible buttonClassName="w-full" chevron>
|
||||||
<div>
|
<div>
|
||||||
<div class="text-base font-medium dark:text-gray-100 text-gray-800">
|
<div class="text-base font-medium dark:text-gray-100 text-gray-800">
|
||||||
{toolServer?.openapi?.info?.title} - v{toolServer?.openapi?.info?.version}
|
{toolServer?.openapi?.info?.title} - v{toolServer?.openapi?.info?.version}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue