Skip to content

Commit

Permalink
mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoAmbricca committed Dec 1, 2024
1 parent 2cb792c commit adc994f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/pages/home/questAndCollectionTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ const QuestAndCollectionTabs: FunctionComponent<
)}
</CustomTabPanel>
<CustomTabPanel value={tabIndex} index={1}>
<div className="flex flex-col items-center space-y-6 pb-5">
<div className="flex flex-col items-center space-y-6 sm:pb-5">
{boosts.length !== 0 ? (
<div className={styles.questCategoryContainer}>
<Link href={`/quest-boost`} className={styles.questCategory}>
Expand Down

0 comments on commit adc994f

Please sign in to comment.