mirror of
https://github.com/open-webui/docs
synced 2025-05-19 10:52:14 +00:00
Update TopBanners.tsx
This commit is contained in:
parent
1a12db425b
commit
b3b2e2fe5b
@ -3,16 +3,16 @@ import { TopBanner } from "@site/src/components/Sponsors/TopBanner";
|
||||
export const TopBanners = () => {
|
||||
const items = [
|
||||
{
|
||||
imgSrc: "/ads/openwebui-banner.png",
|
||||
mobileImgSrc: "/ads/openwebui-banner-mobile.png",
|
||||
imgSrc: "/sponsors/banners/openwebui-banner.png",
|
||||
mobileImgSrc: "/sponsors/banners/openwebui-banner-mobile.png",
|
||||
url: "https://openwebui.com",
|
||||
name: "Open WebUI Community",
|
||||
description:
|
||||
"Join our growing community! Sign up to gain access to exclusive models, tools, and functions.",
|
||||
},
|
||||
{
|
||||
imgSrc: "/ads/placeholder.png",
|
||||
mobileImgSrc: "/ads/placeholder-mobile.png",
|
||||
imgSrc: "/sponsors/banners/placeholder.png",
|
||||
mobileImgSrc: "/sponsors/banners/placeholder-mobile.png",
|
||||
url: "mailto:sales@openwebui.com?subject=Sponsorship Inquiry: Open WebUI",
|
||||
name: "Open WebUI",
|
||||
description:
|
||||
|
Loading…
Reference in New Issue
Block a user