From 6aa664965884026a30aefe6626f4f79bac545ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=B3=E5=90=88=20=E4=BF=8A=E5=85=B8?= <6syun9@gmail.com> Date: Sat, 22 Jun 2024 09:02:29 +0900 Subject: [PATCH] update button text --- torisetsu/src/jsMain/kotlin/components/base/XShareButton.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torisetsu/src/jsMain/kotlin/components/base/XShareButton.kt b/torisetsu/src/jsMain/kotlin/components/base/XShareButton.kt index 1a50636..d898a99 100644 --- a/torisetsu/src/jsMain/kotlin/components/base/XShareButton.kt +++ b/torisetsu/src/jsMain/kotlin/components/base/XShareButton.kt @@ -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)