Skip to content

Commit 86fe9ae

Browse files
Merge pull request #1420 from melMass/mel/fix/link-to-tzprofiles
fix: ⚡️ Fixes the link to tezoprofiles in config
2 parents ebfbb55 + 3e4aac9 commit 86fe9ae

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

src/pages/config/index.js

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,10 @@ export class Config extends Component {
149149
}
150150

151151
toogle = () => this.setState({ toogled: !this.state.toogled })
152-
/*
152+
/*
153153
154154
signature studies
155-
155+
156156
const bytes =
157157
'05' +
158158
char2Bytes(
@@ -168,8 +168,8 @@ export class Config extends Component {
168168
sourceAddress: this.context.addr,
169169
}
170170
console.log(payload)
171-
this.context.sign(payload)
172-
171+
this.context.sign(payload)
172+
173173
*/
174174

175175
sign = () => {
@@ -222,13 +222,14 @@ export class Config extends Component {
222222
</Padding>
223223
<div style={{ display: 'inline' }}>
224224
<p style={{paddingTop : '7.5px' }}>
225+
<span>Link your Twitter, Discord, GitHub, and website with </span>
225226
<span>
226-
link your Twitter, Discord, GitHub, and website with </span>
227-
<span>
228-
<a href="https://tzprofiles.com">
229-
<Button>
230-
<a href='#' style={{ fontWeight: 'bold' }}>Tezos Profiles</a>
231-
</Button>
227+
<a
228+
style={{ fontWeight: 'bold' }}
229+
target="_blank"
230+
href="https://tzprofiles.com"
231+
>
232+
Tezos Profiles
232233
</a>
233234
</span>
234235
</p>

0 commit comments

Comments
 (0)