Skip to content

Commit

Permalink
guide links added (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
manangouhari authored Mar 28, 2021
1 parent 92a81af commit a4cd156
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions src/pages/tezos/claim-transaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ function Transaction({ location }) {
const [copyLink, setCopyLink] = useState(false);
const [claimButtonDisabled, setClaimButtonDisabledStatus] = useState(true);


//redirect to home if in mobile/tablet
useEffect(() => {
if (isMobile || isTablet) {
Expand Down Expand Up @@ -418,7 +417,7 @@ function Transaction({ location }) {
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.finder.com/how-to-buy-tezos"
href="https://www.notion.so/Guide-to-getting-XTZ-57aeea1b7a1947ef9ffc195189f4a0ff"
className="underline"
>
How to obtain XTZ tokens?
Expand All @@ -436,7 +435,7 @@ function Transaction({ location }) {
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.finder.com/how-to-buy-tezos"
href="https://www.notion.so/Guide-to-getting-XTZ-57aeea1b7a1947ef9ffc195189f4a0ff"
className="underline"
>
How to obtain XTZ tokens?
Expand Down
8 changes: 4 additions & 4 deletions src/pages/tezos/cryptobot/[id].js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ function BotView({ location }) {
<strong>
<a
target="_blank"
href="https://www.finder.com/how-to-buy-tezos"
href="https://www.notion.so/Guide-to-getting-XTZ-57aeea1b7a1947ef9ffc195189f4a0ff"
className="underline"
>
How to obtain XTZ tokens ?
Expand All @@ -230,7 +230,7 @@ function BotView({ location }) {
<strong>
<a
target="_blank"
href="https://www.finder.com/how-to-buy-tezos"
href="https://www.notion.so/Guide-to-getting-XTZ-57aeea1b7a1947ef9ffc195189f4a0ff"
className="underline"
>
How to obtain XTZ tokens ?
Expand Down Expand Up @@ -386,7 +386,7 @@ function BotView({ location }) {
<strong>
<a
target="_blank"
href="https://www.finder.com/how-to-buy-tezos"
href="https://www.notion.so/Guide-to-getting-XTZ-57aeea1b7a1947ef9ffc195189f4a0ff"
className="underline"
>
How to obtain XTZ tokens ?
Expand All @@ -403,7 +403,7 @@ function BotView({ location }) {
<strong>
<a
target="_blank"
href="https://www.finder.com/how-to-buy-tezos"
href="https://www.notion.so/Guide-to-getting-XTZ-57aeea1b7a1947ef9ffc195189f4a0ff"
className="underline"
>
How to obtain XTZ tokens ?
Expand Down
4 changes: 2 additions & 2 deletions src/pages/tezos/transaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ function Transaction({ location }) {
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.finder.com/how-to-buy-tezos"
href="https://www.notion.so/Guide-to-getting-XTZ-57aeea1b7a1947ef9ffc195189f4a0ff"
className="underline"
>
How to obtain XTZ tokens?
Expand All @@ -397,7 +397,7 @@ function Transaction({ location }) {
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.finder.com/how-to-buy-tezos"
href="https://www.notion.so/Guide-to-getting-XTZ-57aeea1b7a1947ef9ffc195189f4a0ff"
className="underline"
>
How to obtain XTZ tokens?
Expand Down

0 comments on commit a4cd156

Please sign in to comment.