Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: hide IIP-gold award in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuzhy-Deriv committed Dec 21, 2023
1 parent d8b2fe1 commit ff26c7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const DerivGoBannerAndAwards = () => {
<DownloadBadges />
</div>
)}
<div className="rounded-[16px] border-solid border-xs border-opacity-black-100 py-general-md">
<div className="hidden rounded-[16px] border-solid border-xs border-opacity-black-100 py-general-md">
<div className="block justify-center lg:hidden">
<StaticImage
className="mx-auto"
Expand Down

0 comments on commit ff26c7f

Please sign in to comment.