diff --git a/src/lib/components/admin/Users/UserList.svelte b/src/lib/components/admin/Users/UserList.svelte
index 6be4198b3..f8859d219 100644
--- a/src/lib/components/admin/Users/UserList.svelte
+++ b/src/lib/components/admin/Users/UserList.svelte
@@ -29,6 +29,7 @@
import ChevronDown from '$lib/components/icons/ChevronDown.svelte';
import About from '$lib/components/chat/Settings/About.svelte';
import Banner from '$lib/components/common/Banner.svelte';
+ import Markdown from '$lib/components/chat/Messages/Markdown.svelte';
const i18n = getContext('i18n');
@@ -486,3 +487,25 @@
+
+{#if users.length > 3}
+
+ [!NOTE]
+> # **Hey there! π**
+>
+> It looks like you have over 50 users β that usually falls under organizational usage.
+>
+> Open WebUI is proudly open source and completely free, with no hidden limits β and we'd love to keep it that way. π±
+>
+> By supporting the project through sponsorship or an enterprise license, youβre not only helping us stay independent, youβre also helping us ship new features faster, improve stability, and grow the project for the long haul. With an *enterprise license*, you also get additional perks like dedicated support, customization options, and more β all at a fraction of what it would cost to build and maintain internally.
+>
+> Your support helps us stay independent and continue building great tools for everyone. π
+>
+> - π **[Click here to learn more about enterprise licensing](https://docs.openwebui.com/enterprise)**
+> - π *[Click here to sponsor the project on GitHub](https://github.com/sponsors/tjbck)*
+`}
+ />
+
+{/if}
diff --git a/src/lib/components/chat/Messages/Markdown/AlertRenderer.svelte b/src/lib/components/chat/Messages/Markdown/AlertRenderer.svelte
index 874c639bc..caf1410b1 100644
--- a/src/lib/components/chat/Messages/Markdown/AlertRenderer.svelte
+++ b/src/lib/components/chat/Messages/Markdown/AlertRenderer.svelte
@@ -99,10 +99,12 @@ Renders the following Markdown as alerts:
> Example warning
-->
-
-
+
+
- {alert.type}
-
-
+ {alert.type}
+
+
+
+