Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions src/pages/downloads/waterfall.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,14 @@ const data = await fetchDownloadsPageData("waterfall", env.WEBSITE_CACHE);

const descriptionHtml = `
Waterfall has reached end of life. We recommend you transition to
<a class="text-blue-500 hover:text-blue-400 hover:underline" href="/software/velocity">
Velocity
</a>.
<a class="text-blue-500 hover:text-blue-400 hover:underline" href="/software/velocity">Velocity</a>.
For more information see the
<a
class="text-blue-500 hover:text-blue-400 hover:underline"
href="/news/announcing-the-end-of-life-of-waterfall"
rel="noopener"
>
announcement
</a>.
>announcement</a
>.
Comment on lines -14 to +21

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe im blind but i dont see any difference here for the current site and the preview.

@electronicboy electronicboy Jul 9, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section just looks like code reformatting - I guess this area of weird HTML behavior...

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There’s a small one-character space in the rendered text here:

It appears after Velocity and announcement, before the dot. This change keeps the link text inline so the dot renders right next to it.

image

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

im dump i check the software page and not the downloads page xd

<br />
Download unsupported, archived Waterfall builds below.
`;
Expand Down
7 changes: 2 additions & 5 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ import SoftwarePreview, { SoftwarePreviewType } from "@/components/data/Software
<section id="software" class="bg-background-light-0 dark:bg-background-dark-80 w-full border-y pt-12 pb-8">
<div class="mx-auto max-w-7xl">
<h2 class="mb-4 px-6 text-xl font-semibold md:text-2xl lg:px-4">
Your server deserves the
<span class="text-blue-500">best.</span>
Your server deserves the <span class="text-blue-500">best.</span>
</h2>
<div class="grid gap-2 px-2 md:grid-cols-3 xl:gap-4">
<SoftwarePreview
Expand Down Expand Up @@ -90,9 +89,7 @@ import SoftwarePreview, { SoftwarePreviewType } from "@/components/data/Software
</div>
<div class="flex-1">
<h2 class="text-2xl font-semibold break-all md:text-4xl">
Powering
<PlayersCount client:load="svelte" ttlMs={12 * 60 * 1000} />
players
Powering <PlayersCount client:load="svelte" ttlMs={12 * 60 * 1000} /> players
</h2>
<p class="mt-3 text-gray-900 md:mt-6 md:text-xl dark:text-gray-100">
PaperMC&apos;s software powers hundreds of thousands of Minecraft servers on a daily basis, from small single-servers setups to
Expand Down
6 changes: 3 additions & 3 deletions src/pages/software/folia.astro
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ import { Image } from "astro:assets";
<div class="flex-1">
<h2 class="text-2xl font-semibold md:text-4xl">A diverse plugin ecosystem</h2>
<div class="md:(mt-6 text-xl) mt-3 text-gray-900 dark:text-gray-100">
Crafted by the PaperMC team & contributors, Hangar is our own dedicated plugin repository, now in open beta! View over
<span class="text-blue-500">100</span>
different plugins that support Folia, or list your own with a very streamlined creation process.
Crafted by the PaperMC team & contributors, Hangar is our own dedicated plugin repository, now in open beta! View over <span
class="text-blue-500">100</span
> different plugins that support Folia, or list your own with a very streamlined creation process.
</div>
<div class="mt-8 flex flex-row gap-4">
<Button variant="filled" href="https://hangar.papermc.io/" external dense> Check out Hangar </Button>
Expand Down
6 changes: 3 additions & 3 deletions src/pages/software/paper.astro
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ const { pagination } = await getHangarProjects("paper");
<div class="flex-1">
<h2 class="text-2xl font-semibold md:text-4xl">A diverse plugin ecosystem</h2>
<div class="mt-3 text-gray-900 md:mt-6 md:text-xl dark:text-gray-100">
Crafted by the PaperMC team & contributors, Hangar is our own dedicated plugin repository, now in open beta! View
<span class="text-blue-500">{pagination.count}</span>
different plugins that are specific to Paper, or list your own with a very streamlined creation process.
Crafted by the PaperMC team & contributors, Hangar is our own dedicated plugin repository, now in open beta! View <span
class="text-blue-500">{pagination.count}</span
> different plugins that are specific to Paper, or list your own with a very streamlined creation process.
</div>
<div class="mt-8 flex flex-row gap-4">
<Button variant="filled" href="https://hangar.papermc.io/" external dense> Check out Hangar </Button>
Expand Down
6 changes: 3 additions & 3 deletions src/pages/software/velocity.astro
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ const { pagination } = await getHangarProjects("velocity");
<div class="flex-1">
<h2 class="text-2xl font-semibold md:text-4xl">A diverse plugin ecosystem</h2>
<div class="mt-3 text-gray-900 md:mt-6 md:text-xl dark:text-gray-100">
Crafted by the PaperMC team & contributors, Hangar is our own dedicated plugin repository, now in open beta! View over
<span class="text-blue-500">{pagination.count}</span>
different plugins that are specific to Velocity, or list your own with a very streamlined creation process.
Crafted by the PaperMC team & contributors, Hangar is our own dedicated plugin repository, now in open beta! View over <span
class="text-blue-500">{pagination.count}</span
> different plugins that are specific to Velocity, or list your own with a very streamlined creation process.
</div>
<div class="mt-8 flex flex-row gap-4">
<Button variant="filled" href="https://hangar.papermc.io/" external dense> Check out Hangar </Button>
Expand Down
Loading