Skip to content

Commit f9202f4

Browse files
authored
fix(offerwall): mobile responsiveness (#587)
1 parent 4e726fb commit f9202f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/app/routes/offerwall.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import {
2222
import HowItWorks from '~/components/offerwall/HowItWorks'
2323
import { OfferwallBuilder } from '~/components/offerwall/OfferwallBuilder'
2424
import OfferwallPreview from '~/components/offerwall/OfferwallPreview'
25+
import { useBodyClass } from '~/hooks/useBodyClass'
2526
import { useGrantResponseHandler } from '~/hooks/useGrantResponseHandler'
2627
import { usePathTracker } from '~/hooks/usePathTracker'
2728
import { useSaveProfile } from '~/hooks/useSaveProfile'
@@ -90,6 +91,7 @@ export default function Offerwall() {
9091
const { grantResponse, isGrantAccepted, isGrantResponse, OP_WALLET_ADDRESS } =
9192
useLoaderData<typeof loader>()
9293
usePathTracker()
94+
useBodyClass('has-fixed-action-bar')
9395

9496
useEffect(() => {
9597
const unsubscribeUpdates = subscribeProfilesToUpdates()

0 commit comments

Comments
 (0)