Skip to content

Commit

Permalink
Change order of link and wording
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Feb 17, 2023
1 parent 388d30e commit 239540e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/SavedTweetsLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ const getLinks = (
const savedTweetLink = `https://polkaverse.com/accounts/${address}#tweets`;
const p4eSpaceLink = `https://polkaverse.com/${getP4ESpace()}`;
return [
{
text: "Twitter Backups",
href: p4eSpaceLink,
openInNewTab: true,
gaEvent: "Go to Twitter Backups Space",
},
{
text: "My Saved Tweets",
href: savedTweetLink,
openInNewTab: true,
authOnly: true,
gaEvent: "Go to My Saved Tweets",
},
{
text: "Public Twitter Backups",
href: p4eSpaceLink,
openInNewTab: true,
gaEvent: "Go to Public Twitter Backups Space",
},
];
};

Expand Down

0 comments on commit 239540e

Please sign in to comment.