Fix recent activity label on mobile

This commit is contained in:
James Grugett 2022-02-07 22:06:58 -06:00
parent 2b5a0b1111
commit 546005139b

View File

@ -144,17 +144,19 @@ const Home = (props: {
]} ]}
/> />
<Spacer h={10} /> <Spacer h={10} />
<Row className="text-sm text-gray-800 mx-3 mb-3 gap-2 items-center"> <Col className="sm:flex-row text-sm text-gray-800 mx-3 mb-3 gap-2">
<SparklesIcon className="inline w-5 h-5" aria-hidden="true" /> <Row className="gap-2">
Recent activity <SparklesIcon className="inline w-5 h-5" aria-hidden="true" />
<span></span> <span className="whitespace-nowrap">Recent activity</span>
<span> <span className="hidden sm:flex"></span>
</Row>
<div className="text-gray-500 sm:text-gray-800">
<SiteLink href="/folds" className="font-semibold"> <SiteLink href="/folds" className="font-semibold">
follow a community Follow a community
</SiteLink>{' '} </SiteLink>{' '}
to personalize to personalize
</span> </div>
</Row> </Col>
{activeContracts ? ( {activeContracts ? (
<ActivityFeed <ActivityFeed