-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove minecraft wiki banner on the home page
It's been 2 months, the guides and generators now link to it anyways
- Loading branch information
Showing
1 changed file
with
0 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[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/"> | ||
|
2892b43
There was a problem hiding this comment.
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