Update server background image
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 1m10s
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 1m10s
This commit is contained in:
parent
791f88e11b
commit
1a96d6a522
BIN
Frontend/public/media/dirt-background.png
Normal file
BIN
Frontend/public/media/dirt-background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 567 B |
Binary file not shown.
Before Width: | Height: | Size: 9.5 KiB |
@ -31,7 +31,7 @@ const ServerResult = ({ server }: ServerResultProps): ReactElement => {
|
|||||||
<div
|
<div
|
||||||
className={cn(
|
className={cn(
|
||||||
"w-[29rem] relative p-2 flex gap-2 rounded-lg pointer-events-none",
|
"w-[29rem] relative p-2 flex gap-2 rounded-lg pointer-events-none",
|
||||||
`bg-[url("/media/server-background.png")] ${minecraft.className}`
|
`bg-[url("/media/dirt-background.png")] bg-center bg-repeat ${minecraft.className}`
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
{/* Favicon */}
|
{/* Favicon */}
|
||||||
|
Loading…
Reference in New Issue
Block a user