Skip to content

Commit 2d6a797

Browse files
author
crzypatchwork
committed
latest
1 parent bd4090a commit 2d6a797

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/header/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export const Header = () => {
118118
<ul>
119119
<li>
120120
<Button>
121-
<Primary><a style={style} href={'/'}>home</a></Primary>
121+
<Primary><a style={style} href='/'>home</a></Primary>
122122
</Button>
123123
</li>
124124
<li>
@@ -127,9 +127,9 @@ export const Header = () => {
127127
</Button>
128128
</li>
129129
<li>
130-
<Button onClick={() => handleRoute('/mint')}>
130+
<Button>
131131
<Primary>
132-
<a style={style} href={'/mint'}>OBJKT<span style={{ fontSize: '16px' }}> (mint)</span></a>
132+
<a style={style} href='/mint'>OBJKT<span style={{ fontSize: '16px' }}> (mint)</span></a>
133133
</Primary>
134134
</Button>
135135
</li>

0 commit comments

Comments
 (0)