Skip to content

Commit

Permalink
update button text
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaaaanquish committed Jun 22, 2024
1 parent a507da4 commit 6aa6649
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import org.jetbrains.compose.web.dom.Text
@Composable
fun XShareButton() {
A(
href = "https://twitter.com/intent/tweet?text=私のトリタイプはハシビロコウです!&url=https://m3dev.github.io/torisetsu&hashtags=トリタイプ診断",
href = "https://twitter.com/intent/tweet?text=私のトリタイプが見つかりました!&url=https://m3dev.github.io/torisetsu&hashtags=エンジニアトリ診断",
attrs = {
target(ATarget.Blank)
classes(XShareButtonStyle.rootElm)
Expand Down

0 comments on commit 6aa6649

Please sign in to comment.