diff --git a/apps/frontend/src/components/ui/servers/ServerListing.vue b/apps/frontend/src/components/ui/servers/ServerListing.vue index 96021cca7..9d97e4d35 100644 --- a/apps/frontend/src/components/ui/servers/ServerListing.vue +++ b/apps/frontend/src/components/ui/servers/ServerListing.vue @@ -6,11 +6,13 @@
@@ -51,6 +53,21 @@ />
+
+ + Your server's hardware is currently being upgraded and will be back online shortly. +
+
+ + Your server has been suspended due to a billing issue. Please visit your billing settings or + contact Modrinth Support for more information. +
diff --git a/apps/frontend/src/pages/servers/manage/[id].vue b/apps/frontend/src/pages/servers/manage/[id].vue index 1f888474b..c163d1b42 100644 --- a/apps/frontend/src/pages/servers/manage/[id].vue +++ b/apps/frontend/src/pages/servers/manage/[id].vue @@ -1,7 +1,25 @@