Skip to content

Commit

Permalink
fix: remove hide on mobile for ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym committed Nov 7, 2024
1 parent 067fc86 commit dded84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/staking/app/mystakes/modules/ReferralModule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function ReferralModule() {
}, [address]);

return (
<Module size="lg" className="hidden flex-grow lg:flex">
<Module size="lg" className="flex flex-grow">
<ModuleHeader>
<ModuleText>{dictionary('title')}</ModuleText>
<p className="mt-2">
Expand Down

0 comments on commit dded84a

Please sign in to comment.