Skip to content

Commit

Permalink
Xリンクにハッシュタグを付与
Browse files Browse the repository at this point in the history
  • Loading branch information
takusea committed Oct 25, 2024
1 parent 3026b18 commit 3ab389b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function App() {
<h2 className="mt-4 font-semibold">SNSでシェア</h2>
<div className="flex gap-2">
<LinkButton
href={`https://twitter.com/intent/tweet?url=${encodeURIComponent(url)}`}
href={`https://twitter.com/intent/tweet?url=${encodeURIComponent(url)}&hashtags=MuStClipper`}
icon={IconBrandX}
iconOnly
isOpenOnNewTab
Expand Down

0 comments on commit 3ab389b

Please sign in to comment.