Skip to content

Commit a8adba1

Browse files
authored
feat: update MetaMask logo and assets (#235)
1 parent 8353668 commit a8adba1

File tree

7 files changed

+52
-257
lines changed

7 files changed

+52
-257
lines changed

public/fox.ico

-61 KB
Binary file not shown.

public/logo-192.png

-16.9 KB
Loading

public/logo-512.png

-42.8 KB
Loading

src/components/Header/index.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
height: 170px;
44
display: flex;
55
flex: 1;
6-
background: #E9F2FF;
6+
background: #190066;
77
margin-bottom: 55px;
88
position: relative;
99
align-items: center;

src/components/Header/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
import React, { Component } from 'react'
22
import BgImage from '../../images/bg-img.svg';
3-
import LogoWordmark from '../../images/logo-wordmark.svg';
43
import './index.css';
54

65
export default class Header extends Component {
76
render(){
87
return (
98
<div className={'header'}>
10-
<img src={LogoWordmark} className={'header logo-img'} alt={'background'} />
119
<img src={BgImage} className={'header bg-img'} alt={'background'} />
1210
</div>
1311
);

src/images/bg-img.svg

+23-194
Loading

src/images/logo.svg

+28-60
Loading

0 commit comments

Comments
 (0)