mirror of
https://github.com/System-End/site.git
synced 2026-04-19 16:28:21 +00:00
Fix CDN Links on /Minecraft (#1831)
Uses original images found by searching #cdn
This commit is contained in:
parent
0cb03cb86e
commit
58c5fd3ae1
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
@ -33,7 +33,7 @@ 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'
|
||||
|
|
@ -41,7 +41,7 @@ const Page = () => (
|
|||
>
|
||||
<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={{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue