mirror of
https://github.com/open-webui/docs
synced 2025-05-21 11:46:15 +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 = () => {
|
export const TopBanners = () => {
|
||||||
const items = [
|
const items = [
|
||||||
{
|
{
|
||||||
imgSrc: "/ads/openwebui-banner.png",
|
imgSrc: "/sponsors/banners/openwebui-banner.png",
|
||||||
mobileImgSrc: "/ads/openwebui-banner-mobile.png",
|
mobileImgSrc: "/sponsors/banners/openwebui-banner-mobile.png",
|
||||||
url: "https://openwebui.com",
|
url: "https://openwebui.com",
|
||||||
name: "Open WebUI Community",
|
name: "Open WebUI Community",
|
||||||
description:
|
description:
|
||||||
"Join our growing community! Sign up to gain access to exclusive models, tools, and functions.",
|
"Join our growing community! Sign up to gain access to exclusive models, tools, and functions.",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imgSrc: "/ads/placeholder.png",
|
imgSrc: "/sponsors/banners/placeholder.png",
|
||||||
mobileImgSrc: "/ads/placeholder-mobile.png",
|
mobileImgSrc: "/sponsors/banners/placeholder-mobile.png",
|
||||||
url: "mailto:sales@openwebui.com?subject=Sponsorship Inquiry: Open WebUI",
|
url: "mailto:sales@openwebui.com?subject=Sponsorship Inquiry: Open WebUI",
|
||||||
name: "Open WebUI",
|
name: "Open WebUI",
|
||||||
description:
|
description:
|
||||||
|
Loading…
Reference in New Issue
Block a user