bg change for rewards claim

This commit is contained in:
Adrian Brzeziński 2023-10-30 14:45:05 +01:00
parent 9aa665fcf1
commit 775e478efd
4 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ const ClaimPage = () => {
<Loading />
</div>
) : (
<div className="flex min-h-[calc(100vh-112px)] flex-col bg-[url('/images/rewards/claim-bg.png')] bg-cover bg-fixed bg-center sm:min-h-[calc(100vh-92px)]">
<div className="flex min-h-[calc(100vh-112px)] flex-col bg-[url('/images/rewards/claim-bg.jpg')] bg-cover bg-fixed bg-center sm:min-h-[calc(100vh-92px)]">
<div className="flex flex-1 flex-col justify-around pb-20 pt-8 md:pb-16">
<div className="flex items-center justify-center">
<div className="flex items-center justify-center rounded-full bg-gradient-to-br from-yellow-400 to-red-400 px-4 py-1">

Binary file not shown.

After

Width:  |  Height:  |  Size: 604 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 243 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 266 KiB

After

Width:  |  Height:  |  Size: 604 KiB