File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -149,10 +149,10 @@ export class Config extends Component {
149
149
}
150
150
151
151
toogle = ( ) => this . setState ( { toogled : ! this . state . toogled } )
152
- /*
152
+ /*
153
153
154
154
signature studies
155
-
155
+
156
156
const bytes =
157
157
'05' +
158
158
char2Bytes(
@@ -168,8 +168,8 @@ export class Config extends Component {
168
168
sourceAddress: this.context.addr,
169
169
}
170
170
console.log(payload)
171
- this.context.sign(payload)
172
-
171
+ this.context.sign(payload)
172
+
173
173
*/
174
174
175
175
sign = ( ) => {
@@ -222,13 +222,14 @@ export class Config extends Component {
222
222
</ Padding >
223
223
< div style = { { display : 'inline' } } >
224
224
< p style = { { paddingTop : '7.5px' } } >
225
+ < span > Link your Twitter, Discord, GitHub, and website with </ span >
225
226
< 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
232
233
</ a >
233
234
</ span >
234
235
</ p >
You can’t perform that action at this time.
0 commit comments