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 {
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 >
You can’t perform that action at this time.
0 commit comments