Skip to content

Commit

Permalink
change minecraft background
Browse files Browse the repository at this point in the history
  • Loading branch information
WasinUddy committed Oct 15, 2023
1 parent 7187c99 commit 1de3796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import './MinecraftPromo.css'

// Import Images
import minecraftBg from './minecraft-server.png';
import minecraft_server from './minecraft-server.png';

const MinecraftPromo = () => {

Expand All @@ -14,7 +14,7 @@ const MinecraftPromo = () => {
<a href="/mc" className="join-button">Join Now</a>
</div>
<div className="image">
<img src={minecraftBg} alt="Minecraft Background"/>
<img src={minecraft_server} alt="Minecraft Background"/>
</div>
</div>

Expand Down
Binary file not shown.

0 comments on commit 1de3796

Please sign in to comment.