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:
parent
136ede5d4c
commit
712a62ed74
@ -988,20 +988,21 @@ export default class Home extends PureComponent {
|
||||
///: END:ONLY_INCLUDE_IN
|
||||
}
|
||||
</Box>
|
||||
<div className="home__support">
|
||||
{
|
||||
///: BEGIN:ONLY_INCLUDE_IN(build-beta)
|
||||
{
|
||||
///: BEGIN:ONLY_INCLUDE_IN(build-beta)
|
||||
<div className="home__support">
|
||||
<BetaHomeFooter />
|
||||
///: END:ONLY_INCLUDE_IN
|
||||
}
|
||||
{
|
||||
///: BEGIN:ONLY_INCLUDE_IN(build-flask)
|
||||
</div>
|
||||
///: END:ONLY_INCLUDE_IN
|
||||
}
|
||||
{
|
||||
///: BEGIN:ONLY_INCLUDE_IN(build-flask)
|
||||
<div className="home__support">
|
||||
<FlaskHomeFooter />
|
||||
///: END:ONLY_INCLUDE_IN
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
///: END:ONLY_INCLUDE_IN
|
||||
}
|
||||
</div>
|
||||
|
||||
{this.renderNotifications()}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user