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

fix: hide IIP-gold award in footer #6321

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading