1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

UX: Remove unwanted extra spacing on home screen (#20441)

Co-authored-by: Victor Thomas <10986371+vthomas13@users.noreply.github.com>
This commit is contained in:
David Walsh 2023-08-14 11:53:11 -05:00 committed by GitHub
parent 136ede5d4c
commit 712a62ed74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -988,20 +988,21 @@ export default class Home extends PureComponent {
///: END:ONLY_INCLUDE_IN ///: END:ONLY_INCLUDE_IN
} }
</Box> </Box>
<div className="home__support"> {
{ ///: BEGIN:ONLY_INCLUDE_IN(build-beta)
///: BEGIN:ONLY_INCLUDE_IN(build-beta) <div className="home__support">
<BetaHomeFooter /> <BetaHomeFooter />
///: END:ONLY_INCLUDE_IN </div>
} ///: END:ONLY_INCLUDE_IN
{ }
///: BEGIN:ONLY_INCLUDE_IN(build-flask) {
///: BEGIN:ONLY_INCLUDE_IN(build-flask)
<div className="home__support">
<FlaskHomeFooter /> <FlaskHomeFooter />
///: END:ONLY_INCLUDE_IN </div>
} ///: END:ONLY_INCLUDE_IN
</div> }
</div> </div>
{this.renderNotifications()} {this.renderNotifications()}
</div> </div>
</div> </div>