Skip to content

Commit

Permalink
Merge pull request #35 from zkLinkProtocol/fix/twitter-share-btn
Browse files Browse the repository at this point in the history
fix twitter share btn
  • Loading branch information
MickWang authored Mar 16, 2024
2 parents b3a5022 + 7728811 commit 1afe0f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<meta name="twitter:image" content="https://app.zklink.io/img/preview.png">
<meta name="twitter:image:width" content="1200">
<meta name="twitter:image:height" content="630">
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ export default function Dashboard() {
href={`https://twitter.com/intent/tweet?text=${getTweetShareText(
invite?.code ?? ""
)}`}
className="twitter-hashtag-button gradient-btn px-4 ml-6 hover:opacity-85"
className="gradient-btn px-4 ml-6 hover:opacity-85"
data-show-count="false"
>
Share on Twitter
Expand Down

0 comments on commit 1afe0f9

Please sign in to comment.