diff --git a/src/components/SidebarBanners.tsx b/src/components/SidebarBanners.tsx index 0924f323..3cade998 100644 --- a/src/components/SidebarBanners.tsx +++ b/src/components/SidebarBanners.tsx @@ -9,14 +9,14 @@ export const SidebarBanners = () => { url: "https://docs.openwebui.com/enterprise", name: "Open WebUI Inc.", description: - "Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support." + "Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.", }, { imgSrc: "/sponsors/banners/openwebui-banner.png", mobileImgSrc: "/sponsors/banners/openwebui-banner-mobile.png", url: "https://careers.openwebui.com", name: "Open WebUI Inc.", - description: "**We are hiring!** Shape the way humanity engages with _intelligence_." + description: "**We are hiring!** Shape the way humanity engages with _intelligence_.", }, ]; diff --git a/src/components/SponsorList.tsx b/src/components/SponsorList.tsx index eaa45c2a..7e8b25a8 100644 --- a/src/components/SponsorList.tsx +++ b/src/components/SponsorList.tsx @@ -1,27 +1,27 @@ import { Sponsor } from "@site/src/components/Sponsors/Sponsor"; export const SponsorList = () => { - const emeraldSponsors = [ - // { - // imgSrc: "/sponsors/logos/n8n.png", - // url: "https://n8n.io/", - // name: "n8n", - // description: "Does your interface have a backend yet? Try n8n", - // }, + // const emeraldSponsors = [ + // { + // imgSrc: "/sponsors/logos/n8n.png", + // url: "https://n8n.io/", + // name: "n8n", + // description: "Does your interface have a backend yet? Try n8n", + // }, - // { - // imgSrc: "/sponsors/logos/warp.png", - // url: "https://warp.dev/open-webui", - // name: "Warp", - // description: "The intelligent terminal for developers", - // }, - // { - // imgSrc: "/sponsors/logos/tailscale.png", - // url: "https://tailscale.com/blog/self-host-a-local-ai-stack/?utm_source=OpenWebUI&utm_medium=paid-ad-placement&utm_campaign=OpenWebUI-Docs", - // name: "Tailscale", - // description: "Connect self-hosted AI to any device with Tailscale", - // }, - ]; + // { + // imgSrc: "/sponsors/logos/warp.png", + // url: "https://warp.dev/open-webui", + // name: "Warp", + // description: "The intelligent terminal for developers", + // }, + // { + // imgSrc: "/sponsors/logos/tailscale.png", + // url: "https://tailscale.com/blog/self-host-a-local-ai-stack/?utm_source=OpenWebUI&utm_medium=paid-ad-placement&utm_campaign=OpenWebUI-Docs", + // name: "Tailscale", + // description: "Connect self-hosted AI to any device with Tailscale", + // }, + // ]; const sponsors = [ { @@ -35,8 +35,8 @@ export const SponsorList = () => { return (