We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4090a commit 2d6a797Copy full SHA for 2d6a797
src/components/header/index.js
@@ -118,7 +118,7 @@ export const Header = () => {
118
<ul>
119
<li>
120
<Button>
121
- <Primary><a style={style} href={'/'}>home</a></Primary>
+ <Primary><a style={style} href='/'>home</a></Primary>
122
</Button>
123
</li>
124
@@ -127,9 +127,9 @@ export const Header = () => {
127
128
129
130
- <Button onClick={() => handleRoute('/mint')}>
+ <Button>
131
<Primary>
132
- <a style={style} href={'/mint'}>OBJKT<span style={{ fontSize: '16px' }}> (mint)</span></a>
+ <a style={style} href='/mint'>OBJKT<span style={{ fontSize: '16px' }}> (mint)</span></a>
133
</Primary>
134
135
0 commit comments