Skip to content

Commit b665c17

Browse files
Update servers marketing page (#3399)
Co-authored-by: Jai Agrawal <18202329+Geometrically@users.noreply.github.com>
1 parent eccd852 commit b665c17

File tree

3 files changed

+5
-19
lines changed

3 files changed

+5
-19
lines changed

apps/frontend/src/pages/servers/index.vue

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
<BoxIcon aria-hidden="true" /> Manage your servers
6363
</nuxt-link>
6464
</ButtonStyled>
65-
<UiServersPoweredByPyro class="mx-0 !mt-0" />
6665
</div>
6766
</div>
6867
</div>
@@ -209,9 +208,7 @@
209208
<polygon points="13 19 22 12 13 5 13 19" />
210209
<polygon points="2 19 11 12 2 5 2 19" />
211210
</svg>
212-
<h2 class="m-0 text-lg font-bold">
213-
Experience modern, reliable hosting powered by Pyro
214-
</h2>
211+
<h2 class="m-0 text-lg font-bold">Experience modern, reliable hosting</h2>
215212
<h3 class="m-0 text-base font-normal text-secondary">
216213
Modrinth Servers are hosted on
217214
<span class="text-contrast">2023 Ryzen 7/9 CPUs with DDR5 RAM</span>, running on
@@ -223,15 +220,8 @@
223220
<ServerIcon class="size-8 text-brand" />
224221
<h2 class="m-0 text-lg font-bold">Consistently fast</h2>
225222
<h3 class="m-0 text-base font-normal text-secondary">
226-
Under Pyro, infrastructure is never overloaded, meaning each Modrinth server always
227-
runs at its full performance.
228-
<a
229-
class="mt-2 flex items-center gap-2 font-medium text-contrast transition-all hover:gap-3"
230-
href="https://status.pyro.host/"
231-
target="_blank"
232-
>
233-
See the infrastructure <RightArrowIcon class="flex-none" />
234-
</a>
223+
Our infrastructure is never overloaded, meaning each server hosted with Modrinth
224+
always runs at its full performance.
235225
</h3>
236226
</div>
237227
</div>
@@ -443,8 +433,8 @@
443433
</summary>
444434
<p class="m-0 !leading-[190%]">
445435
Yes. All Modrinth Servers come with DDoS protection. Protection is powered by a
446-
combination of in-house network filtering by Pyro as well as with our data center
447-
provider. Your server is safe on Modrinth.
436+
combination of in-house network filtering as well as with our data center provider.
437+
Your server is safe on Modrinth.
448438
</p>
449439
</details>
450440

apps/frontend/src/pages/servers/manage/[id].vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,6 @@
381381
@reinstall="onReinstall"
382382
/>
383383
</div>
384-
385-
<UiServersPoweredByPyro />
386384
</div>
387385
</div>
388386
</template>

apps/frontend/src/pages/servers/manage/index.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@
109109
<p class="text-contrast">No servers found.</p>
110110
</div>
111111
</template>
112-
113-
<UiServersPoweredByPyro />
114112
</div>
115113
</template>
116114

0 commit comments

Comments
 (0)