fix explore tokens filters

This commit is contained in:
saml33 2023-12-24 11:20:57 +11:00
parent 8f20fe5a98
commit ebacc4bb8f
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ const Explore = () => {
</h2> </h2>
</div> </div>
<RecentGainersLosers /> <RecentGainersLosers />
<div className="z-10 px-4 pt-8 md:px-6"> <div className="z-10 w-max px-4 pt-8 md:px-6">
<div <div
className={`flex h-10 flex-col items-center justify-end md:items-start ${ className={`flex h-10 flex-col items-center justify-end md:items-start ${
activeTab === 'tokens' ? 'mb-4 lg:mb-0' : '' activeTab === 'tokens' ? 'mb-4 lg:mb-0' : ''