Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pages/minecraft.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Page = () => (
as={Head}
title="Minecraft"
description="Join the Minecrafters of Hack Club on our official server and build plugins with our technical community."
image="https://cloud-r4rrjh2z8-hack-club-bot.vercel.app/22020-07-16_xuyhwktf92atdc6k0rf93vqwendrfvy5.jpeg"
image="https://cdn.hackclub.com/019c2689-21c1-7060-ad57-8353dd7d51c0/image.png"
/>
<Nav color="#759B40" dark />
<Box
Expand All @@ -33,15 +33,15 @@ const Page = () => (
bg: 'dark',
color: 'white',
backgroundImage:
'url(https://cloud-r4rrjh2z8-hack-club-bot.vercel.app/32020-07-16_939yf850qwck1y57zne89qtt2a4g8hrf.png)',
'url(https://cdn.hackclub.com/019c268a-e8e7-7dc4-9969-2d7336740fd5/image.png)',
backgroundPosition: 'top center',
backgroundSize: 'cover',
position: 'relative'
}}
>
<SlideDown duration={768} sx={{ pt: 6, textAlign: 'center' }}>
<Image
src="https://cloud-r4rrjh2z8-hack-club-bot.vercel.app/42020-07-16_minecraft-banner.svg"
src="https://cdn.hackclub.com/019c268c-8137-7683-a7b1-d07482f86e17/2020-07-16_minecraft-banner.svg"
alt="Hack Club stylized as Minecraft logo"
width={256}
sx={{
Expand Down