diff --git a/apps/frontend/nuxt.config.ts b/apps/frontend/nuxt.config.ts
index b5f32c734..effff5f02 100644
--- a/apps/frontend/nuxt.config.ts
+++ b/apps/frontend/nuxt.config.ts
@@ -350,6 +350,11 @@ export default defineNuxtConfig({
"unknown",
turnstile: { siteKey: "0x4AAAAAAAW3guHM6Eunbgwu" },
+
+ stripePublishableKey:
+ process.env.RATE_LIMIT_IGNORE_KEY ||
+ globalThis.STRIPE_PUBLISHABLE_KEY ||
+ "pk_test_51JbFxJJygY5LJFfKV50mnXzz3YLvBVe2Gd1jn7ljWAkaBlRz3VQdxN9mXcPSrFbSqxwAb0svte9yhnsmm7qHfcWn00R611Ce7b",
},
},
typescript: {
diff --git a/apps/frontend/src/components/ui/Badge.vue b/apps/frontend/src/components/ui/Badge.vue
index 9114aca14..c4ad9cfc2 100644
--- a/apps/frontend/src/components/ui/Badge.vue
+++ b/apps/frontend/src/components/ui/Badge.vue
@@ -6,6 +6,7 @@
Modrinth Team
Moderator
Creator
+ Modrinth Plus
Listed
@@ -36,6 +37,7 @@