diff --git a/src/components/SidebarBanners.tsx b/src/components/SidebarBanners.tsx index b281d70..d79d49b 100644 --- a/src/components/SidebarBanners.tsx +++ b/src/components/SidebarBanners.tsx @@ -18,6 +18,23 @@ export const SidebarBanners = () => { name: "n8n", description: "Does your interface have a backend yet? Try n8n", }, + + { + imgSrc: "/sponsors/banners/warp-banner.png", + mobileImgSrc: "/sponsors/banners/warp-banner-mobile.png", + url: "https://warp.dev/open-webui", + name: "Warp", + description: "The intelligent terminal for developers", + }, + + { + imgSrc: "/sponsors/banners/warp-banner.png", + mobileImgSrc: "/sponsors/banners/warp-banner-mobile.png", + url: "https://warp.dev/open-webui", + name: "Warp", + description: "The intelligent terminal for developers", + }, + { imgSrc: "/sponsors/banners/tailscale-banner.png", mobileImgSrc: "/sponsors/banners/tailscale-banner-mobile.png", diff --git a/src/components/SponsorList.tsx b/src/components/SponsorList.tsx index feffd48..3827d83 100644 --- a/src/components/SponsorList.tsx +++ b/src/components/SponsorList.tsx @@ -8,6 +8,13 @@ export const SponsorList = () => { 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", diff --git a/src/components/TopBanners.tsx b/src/components/TopBanners.tsx index 2abbeb6..0aae060 100644 --- a/src/components/TopBanners.tsx +++ b/src/components/TopBanners.tsx @@ -23,6 +23,23 @@ export const TopBanners = ({ name: "n8n", description: "Does your interface have a backend yet? Try n8n", }, + + { + imgSrc: "/sponsors/banners/warp-banner.png", + mobileImgSrc: "/sponsors/banners/warp-banner-mobile.png", + url: "https://warp.dev/open-webui", + name: "Warp", + description: "The intelligent terminal for developers", + }, + + { + imgSrc: "/sponsors/banners/warp-banner.png", + mobileImgSrc: "/sponsors/banners/warp-banner-mobile.png", + url: "https://warp.dev/open-webui", + name: "Warp", + description: "The intelligent terminal for developers", + }, + { imgSrc: "/sponsors/banners/tailscale-banner.png", mobileImgSrc: "/sponsors/banners/tailscale-banner-mobile.png", diff --git a/static/sponsors/banners/warp-banner-mobile.png b/static/sponsors/banners/warp-banner-mobile.png new file mode 100644 index 0000000..7b87759 Binary files /dev/null and b/static/sponsors/banners/warp-banner-mobile.png differ diff --git a/static/sponsors/banners/warp-banner.png b/static/sponsors/banners/warp-banner.png new file mode 100644 index 0000000..3807f34 Binary files /dev/null and b/static/sponsors/banners/warp-banner.png differ diff --git a/static/sponsors/logos/warp.png b/static/sponsors/logos/warp.png new file mode 100644 index 0000000..51b927c Binary files /dev/null and b/static/sponsors/logos/warp.png differ