mirror of
https://github.com/misode/misode.github.io.git
synced 2026-05-07 07:51:46 +00:00
Remove minecraft wiki banner on the home page
It's been 2 months, the guides and generators now link to it anyways
This commit is contained in:
@@ -23,7 +23,6 @@ export function Home({}: Props) {
|
||||
|
||||
return <main>
|
||||
<div class="legacy-container">
|
||||
<MinecraftWikiBanner />
|
||||
<div class="card-group">
|
||||
<div class="card-column">
|
||||
<PopularGenerators />
|
||||
@@ -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/Wiki@2x.png" 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/">
|
||||
|
||||
Reference in New Issue
Block a user