File tree Expand file tree Collapse file tree 4 files changed +1
-6
lines changed
Expand file tree Collapse file tree 4 files changed +1
-6
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments