mirror of
https://github.com/open-webui/docs
synced 2025-05-19 18:58:41 +00:00
sponsor
This commit is contained in:
parent
065bafbbd2
commit
aa61a831c8
@ -4,7 +4,7 @@ export const TopBanner = ({ items }) => {
|
||||
{items.map((item) => (
|
||||
<>
|
||||
<div className="mb-2">
|
||||
<div className="text-xs text-gray-500 dark:text-gray-400 font-bold underline mb-1">
|
||||
<div className="text-xs text-gray-600 dark:text-gray-300 font-semibold underline mb-1">
|
||||
Sponsored by {item.name}
|
||||
</div>
|
||||
|
||||
@ -24,7 +24,7 @@ export const TopBanner = ({ items }) => {
|
||||
/>
|
||||
</a>
|
||||
|
||||
<div className="text-right text-[0.6rem] text-gray-500 dark:text-gray-400 font-bold line-clamp-1">
|
||||
<div className="text-right text-xs mt-1 text-gray-600 dark:text-gray-300 font-semibold line-clamp-1">
|
||||
{item.description}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -11,28 +11,12 @@ export const TopBanners = () => {
|
||||
"Pipelines: Versatile, UI-Agnostic OpenAI-Compatible Plugin Framework",
|
||||
},
|
||||
{
|
||||
imgSrc: "/ads/pipelines-banner.png",
|
||||
mobileImgSrc: "/ads/pipelines-banner-mobile.png",
|
||||
url: "https://github.com/open-webui/pipelines",
|
||||
name: "Open WebUI Pipelines",
|
||||
imgSrc: "/ads/sponsor-banner-1.png",
|
||||
mobileImgSrc: "/ads/sponsor-banner-small-1.png",
|
||||
url: "https://davewaring.com/tag/digital-brain-building/",
|
||||
name: "Dave Waring",
|
||||
description:
|
||||
"Pipelines: Versatile, UI-Agnostic OpenAI-Compatible Plugin Framework",
|
||||
},
|
||||
{
|
||||
imgSrc: "/ads/pipelines-banner.png",
|
||||
mobileImgSrc: "/ads/pipelines-banner-mobile.png",
|
||||
url: "https://github.com/open-webui/pipelines",
|
||||
name: "Open WebUI Pipelines",
|
||||
description:
|
||||
"Pipelines: Versatile, UI-Agnostic OpenAI-Compatible Plugin Framework",
|
||||
},
|
||||
{
|
||||
imgSrc: "/ads/placeholder.png",
|
||||
mobileImgSrc: "/ads/placeholder-mobile.png",
|
||||
url: "https://github.com/sponsors/tjbck",
|
||||
name: "Open WebUI",
|
||||
description:
|
||||
"The top banner spot is reserved for only two Enterprise Diamond sponsors on a first-come, first-served basis",
|
||||
"Follow along as I build my own AI powered digital brain.",
|
||||
},
|
||||
];
|
||||
|
||||
|
BIN
static/ads/sponsor-banner-1.png
Normal file
BIN
static/ads/sponsor-banner-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
static/ads/sponsor-banner-small-1.png
Normal file
BIN
static/ads/sponsor-banner-small-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Loading…
Reference in New Issue
Block a user