Skip to content

Commit

Permalink
ハッシュタグが付与されなくなっていたのを修正 #169 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro4989 committed Jun 18, 2020
1 parent f28cda9 commit aedd708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion websh_front/src/index.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit aedd708

Please sign in to comment.