This commit is contained in:
DrMelone
2025-12-20 18:42:37 +01:00
parent 6fa73c6740
commit 051a5b1561
5 changed files with 16 additions and 5 deletions
+1
View File
@@ -0,0 +1 @@
* text=auto eol=lf
+4
View File
@@ -18,3 +18,7 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Local Node environment
.local_node
node.zip
+4 -2
View File
@@ -8,14 +8,16 @@ export const SidebarBanners = () => {
mobileImgSrc: "/sponsors/banners/openwebui-banner-mobile.png",
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.",
description:
"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_.",
},
];
+3 -1
View File
@@ -51,7 +51,9 @@ export const TopBanner = ({
{description && (
<div className="mt-1 line-clamp-1 text-right text-xs font-semibold text-gray-600 dark:text-gray-300">
<div dangerouslySetInnerHTML={{ __html: marked(item.description) }} />
<div
dangerouslySetInnerHTML={{ __html: marked(item.description) }}
/>
</div>
)}
</div>
+4 -2
View File
@@ -13,14 +13,16 @@ export const TopBanners = ({
mobileImgSrc: "/sponsors/banners/openwebui-banner-mobile.png",
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.",
description:
"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_.",
},
];