mirror of
https://github.com/open-webui/docs
synced 2025-06-16 11:28:36 +00:00
Update SidebarBanner.tsx
This commit is contained in:
parent
13d69605fe
commit
b8992a84a0
@ -2,7 +2,7 @@ export const SidebarBanner = ({ item }) => {
|
|||||||
return (
|
return (
|
||||||
<div className="pb-4">
|
<div className="pb-4">
|
||||||
<div className="mb-2">
|
<div className="mb-2">
|
||||||
<div className="mb-1 text-xs font-semibold text-gray-600 underline dark:text-gray-300">
|
<div className="mb-1 text-xs font-medium text-gray-600 underline dark:text-gray-300">
|
||||||
Sponsored by {item.name}
|
Sponsored by {item.name}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ export const SidebarBanner = ({ item }) => {
|
|||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<div className="mt-1 line-clamp-1 text-right text-xs font-semibold text-gray-600 dark:text-gray-300">
|
<div className="mt-1 line-clamp-2 text-right font-medium text-xs text-gray-600 dark:text-gray-300">
|
||||||
{item.description}
|
{item.description}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user