bg change for rewards claim
This commit is contained in:
parent
9aa665fcf1
commit
775e478efd
|
@ -305,7 +305,7 @@ const ClaimPage = () => {
|
||||||
<Loading />
|
<Loading />
|
||||||
</div>
|
</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 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">
|
||||||
<div className="flex items-center justify-center rounded-full bg-gradient-to-br from-yellow-400 to-red-400 px-4 py-1">
|
<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 |
Loading…
Reference in New Issue