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 (
{/*
-
Diamond
-
+
Diamond
+
@@ -44,8 +44,8 @@ export const SponsorList = () => {
-
Sapphire
-
+
Sapphire
+
@@ -53,8 +53,8 @@ export const SponsorList = () => {
-
Topaz
-
+
Topaz
+
@@ -68,9 +68,9 @@ export const SponsorList = () => {
- {emeraldSponsors.map((sponsor, sponsorIdx) => ( + {/* {emeraldSponsors.map((sponsor, sponsorIdx) => ( - ))} + ))} */}
diff --git a/src/components/Sponsors/TopBanner.tsx b/src/components/Sponsors/TopBanner.tsx index de9cdeb2..b7cfa173 100644 --- a/src/components/Sponsors/TopBanner.tsx +++ b/src/components/Sponsors/TopBanner.tsx @@ -2,7 +2,7 @@ import { marked } from "marked"; export const TopBanner = ({ item, - bannerClassName = "h-18 ", + bannerClassName = "h-18", label = true, description = true, mobile = true, diff --git a/src/components/TopBanners.tsx b/src/components/TopBanners.tsx index 1e37e432..6d136d04 100644 --- a/src/components/TopBanners.tsx +++ b/src/components/TopBanners.tsx @@ -14,14 +14,14 @@ export const TopBanners = ({ 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/theme/Navbar/Content/index.tsx b/src/theme/Navbar/Content/index.tsx index 4b1d124f..6b1bc203 100644 --- a/src/theme/Navbar/Content/index.tsx +++ b/src/theme/Navbar/Content/index.tsx @@ -9,7 +9,7 @@ type Props = WrapperProps; export default function ContentWrapper(props: Props): JSX.Element { return ( <> -
+