From aedd708afaf67e136b9f26d48e7349afbc16da22 Mon Sep 17 00:00:00 2001 From: jiro Date: Thu, 18 Jun 2020 20:04:49 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=8F=E3=83=83=E3=82=B7=E3=83=A5=E3=82=BF?= =?UTF-8?q?=E3=82=B0=E3=81=8C=E4=BB=98=E4=B8=8E=E3=81=95=E3=82=8C=E3=81=AA?= =?UTF-8?q?=E3=81=8F=E3=81=AA=E3=81=A3=E3=81=A6=E3=81=84=E3=81=9F=E3=81=AE?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3=20#169=20(#170)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- websh_front/src/index.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websh_front/src/index.nim b/websh_front/src/index.nim index 749b10e..43745f7 100644 --- a/websh_front/src/index.nim +++ b/websh_front/src/index.nim @@ -181,7 +181,7 @@ proc createDom(): VNode = tdiv(class = "buttons"): button(class="button is-primary", onclick = sendShellButtonOnClick): text "Run (Ctrl + Enter)" - a(href = &"""https://twitter.com/intent/tweet?button_hashtag=シェル芸&text={encodeUrl($inputShell, false)}&ref_src=twsrc%5Etfw""", + a(href = &"""https://twitter.com/intent/tweet?hashtags=シェル芸&text={encodeUrl($inputShell, false)}&ref_src=twsrc%5Etfw""", class = "button twitter-share-button is-link", `data-show-count` = "false"): text "Tweet"