Skip to content

Commit

Permalink
Merge pull request #1420 from melMass/mel/fix/link-to-tzprofiles
Browse files Browse the repository at this point in the history
fix: ⚡️ Fixes the link to tezoprofiles in config
  • Loading branch information
crzypatchwork committed Mar 23, 2022
2 parents ebfbb55 + 3e4aac9 commit 86fe9ae
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions src/pages/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ export class Config extends Component {
}

toogle = () => this.setState({ toogled: !this.state.toogled })
/*
/*
signature studies
const bytes =
'05' +
char2Bytes(
Expand All @@ -168,8 +168,8 @@ export class Config extends Component {
sourceAddress: this.context.addr,
}
console.log(payload)
this.context.sign(payload)
this.context.sign(payload)
*/

sign = () => {
Expand Down Expand Up @@ -222,13 +222,14 @@ export class Config extends Component {
</Padding>
<div style={{ display: 'inline' }}>
<p style={{paddingTop : '7.5px' }}>
<span>Link your Twitter, Discord, GitHub, and website with </span>
<span>
link your Twitter, Discord, GitHub, and website with </span>
<span>
<a href="https://tzprofiles.com">
<Button>
<a href='#' style={{ fontWeight: 'bold' }}>Tezos Profiles</a>
</Button>
<a
style={{ fontWeight: 'bold' }}
target="_blank"
href="https://tzprofiles.com"
>
Tezos Profiles
</a>
</span>
</p>
Expand Down

0 comments on commit 86fe9ae

Please sign in to comment.