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
1 change: 0 additions & 1 deletion src/assets/icons/fontawesome/twitter-brands.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/components/layout/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ const hash = import.meta.env.GIT_COMMIT_HASH;
<li>
<a href="https://forums.papermc.io/" target="_blank"> Forums </a>
</li>
<li>
<a href="https://twitter.com/PaperPowered" target="_blank" rel="noreferrer"> Twitter </a>
</li>
</ul>
</div>
<div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout/NavBar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import LogoMarkerLight from "@/assets/brand/logo-marker-light.svg";

<IconButton icon="icons/fontawesome/discord-brands" label="Discord" href="https://discord.gg/papermc" external />
<IconButton icon="icons/fontawesome/github-brands" label="GitHub" href="https://github.com/PaperMC" external />
<IconButton icon="icons/fontawesome/twitter-brands" label="Twitter" href="https://twitter.com/PaperPowered" external />
<IconButton icon="icons/lucide/rss" label="RSS Feed" href="/news/rss.xml" external />
</div>
</nav>

Expand Down
1 change: 0 additions & 1 deletion src/pages/news/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const postsWithMeta = posts.map((p) => {
<div class="container mx-auto mt-10 max-w-7xl px-4 py-12">
<header class="flex justify-between">
<h1 class="text-4xl leading-normal font-medium lg:text-5xl lg:leading-normal">News</h1>
<IconButton className="my-auto" label="RSS" icon="icons/lucide/rss" href="/news/rss.xml" />
</header>
<div class="flex flex-col gap-4">
{
Expand Down