mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
drop the fox in about (#10174)
This commit is contained in:
parent
358faad84b
commit
acc9a931e5
@ -6,7 +6,10 @@
|
||||
|
||||
&__logo {
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
max-width: 50%;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
&__item {
|
||||
|
@ -95,13 +95,6 @@ export default class InfoTab extends PureComponent {
|
||||
<div className="settings-page__body">
|
||||
<div className="settings-page__content-row">
|
||||
<div className="settings-page__content-item settings-page__content-item--without-height">
|
||||
<div className="info-tab__logo-wrapper">
|
||||
<img
|
||||
src="images/info-logo.png"
|
||||
className="info-tab__logo"
|
||||
alt=""
|
||||
/>
|
||||
</div>
|
||||
<div className="info-tab__item">
|
||||
<div className="info-tab__version-header">
|
||||
{t('metamaskVersion')}
|
||||
@ -116,6 +109,9 @@ export default class InfoTab extends PureComponent {
|
||||
</div>
|
||||
{this.renderInfoLinks()}
|
||||
</div>
|
||||
<div className="info-tab__logo-wrapper">
|
||||
<img src="images/info-logo.png" className="info-tab__logo" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user