diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..6313b56c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf diff --git a/.gitignore b/.gitignore index b2d6de30..280c6e6e 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,7 @@ npm-debug.log* yarn-debug.log* yarn-error.log* + +# Local Node environment +.local_node +node.zip diff --git a/src/components/SidebarBanners.tsx b/src/components/SidebarBanners.tsx index 9d480151..4593af23 100644 --- a/src/components/SidebarBanners.tsx +++ b/src/components/SidebarBanners.tsx @@ -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_.", }, ]; diff --git a/src/components/Sponsors/TopBanner.tsx b/src/components/Sponsors/TopBanner.tsx index b7cfa173..e05ccaa5 100644 --- a/src/components/Sponsors/TopBanner.tsx +++ b/src/components/Sponsors/TopBanner.tsx @@ -51,7 +51,9 @@ export const TopBanner = ({ {description && (
-
+
)}
diff --git a/src/components/TopBanners.tsx b/src/components/TopBanners.tsx index 0dabb3d0..b3e6c76e 100644 --- a/src/components/TopBanners.tsx +++ b/src/components/TopBanners.tsx @@ -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_.", }, ];