Commit ab048643 authored by Max Alekseenko's avatar Max Alekseenko

fix display of ad banner

parent d34fc554
...@@ -47,7 +47,7 @@ const RewardsDashboard = () => { ...@@ -47,7 +47,7 @@ const RewardsDashboard = () => {
return ( return (
<> <>
<Flex gap={ 3 } justifyContent="space-between"> <Flex gap={ 3 } justifyContent="space-between" mb={ 6 }>
<PageTitle <PageTitle
title="Dashboard" title="Dashboard"
secondRow={ ( secondRow={ (
...@@ -58,6 +58,7 @@ const RewardsDashboard = () => { ...@@ -58,6 +58,7 @@ const RewardsDashboard = () => {
to earn, spend, and learn more about the program. to earn, spend, and learn more about the program.
</span> </span>
) } ) }
mb={ 0 }
/> />
<AdBanner platform="mobile" w="fit-content" flexShrink={ 0 } borderRadius="md" overflow="hidden" display={{ base: 'none', lg: 'block ' }}/> <AdBanner platform="mobile" w="fit-content" flexShrink={ 0 } borderRadius="md" overflow="hidden" display={{ base: 'none', lg: 'block ' }}/>
</Flex> </Flex>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment