Update server background image
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 1m10s

This commit is contained in:
Braydon 2024-04-20 12:46:03 -04:00
parent 791f88e11b
commit 1a96d6a522
3 changed files with 1 additions and 1 deletions

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
className={cn(
"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 */}