Skip to content

Commit b1d30aa

Browse files
committed
Use RSS-Feed instead of Twitter
1 parent 695a984 commit b1d30aa

File tree

4 files changed

+1
-6
lines changed

4 files changed

+1
-6
lines changed

src/assets/icons/fontawesome/twitter-brands.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/components/layout/Footer.astro

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ const hash = import.meta.env.GIT_COMMIT_HASH;
3636
<li>
3737
<a href="https://forums.papermc.io/" target="_blank"> Forums </a>
3838
</li>
39-
<li>
40-
<a href="https://twitter.com/PaperPowered" target="_blank" rel="noreferrer"> Twitter </a>
41-
</li>
4239
</ul>
4340
</div>
4441
<div>

src/components/layout/NavBar.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import LogoMarkerLight from "@/assets/brand/logo-marker-light.svg";
4848

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

src/pages/news/index.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ const postsWithMeta = posts.map((p) => {
2424
<div class="container mx-auto mt-10 max-w-7xl px-4 py-12">
2525
<header class="flex justify-between">
2626
<h1 class="text-4xl leading-normal font-medium lg:text-5xl lg:leading-normal">News</h1>
27-
<IconButton className="my-auto" label="RSS" icon="icons/lucide/rss" href="/news/rss.xml" />
2827
</header>
2928
<div class="flex flex-col gap-4">
3029
{

0 commit comments

Comments
 (0)