Skip to content

Commit

Permalink
Remove minecraft wiki banner on the home page
Browse files Browse the repository at this point in the history
It's been 2 months, the guides and generators now link to it anyways
  • Loading branch information
misode committed Nov 23, 2023
1 parent 2416095 commit 2892b43
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/app/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export function Home({}: Props) {

return <main>
<div class="legacy-container">
<MinecraftWikiBanner />
<div class="card-group">
<div class="card-column">
<PopularGenerators />
Expand All @@ -48,15 +47,6 @@ export function Home({}: Props) {
</main>
}

function MinecraftWikiBanner() {
return <a class="tool-card minecraft-wiki" href="https://minecraft.wiki/w/Minecraft_Wiki:Moving_from_Fandom" target="_blank">
<img src="https://minecraft.wiki/images/[email protected]" alt="Minecraft Wiki Logo" />
<div>
The Minecraft Wiki has moved from Fandom to <em>minecraft.wiki</em>!
</div>
</a>
}

function PopularGenerators() {
const { locale } = useLocale()
return <ToolGroup title={locale('generators.popular')} link="/generators/">
Expand Down

1 comment on commit 2892b43

@vercel
Copy link

@vercel vercel bot commented on 2892b43 Nov 23, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

misode – ./

misode-git-master-misode.vercel.app
misode.vercel.app
misode-misode.vercel.app

Please sign in to comment.