diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-10 15:06:11 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-10 15:06:11 +0900 |
| commit | dd60907abec23520c96b736bf3d91160e63a67fe (patch) | |
| tree | 3868dc9a9398c9add593814c3125f6fb44a41af8 | |
| parent | wip (diff) | |
| download | sharkey-dd60907abec23520c96b736bf3d91160e63a67fe.tar.gz sharkey-dd60907abec23520c96b736bf3d91160e63a67fe.tar.bz2 sharkey-dd60907abec23520c96b736bf3d91160e63a67fe.zip | |
wip
| -rw-r--r-- | src/web/app/desktop/views/pages/welcome.vue | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/web/app/desktop/views/pages/welcome.vue b/src/web/app/desktop/views/pages/welcome.vue index a99a31d6b1..c0e1c0bd4f 100644 --- a/src/web/app/desktop/views/pages/welcome.vue +++ b/src/web/app/desktop/views/pages/welcome.vue @@ -2,7 +2,7 @@ <div class="root"> <main> <div> - <h1>繋がるNotes</h1> + <h1>Share<br>Everything!</h1> <p>ようこそ! <b>Misskey</b>はTwitter風ミニブログSNSです――思ったこと、共有したいことをシンプルに書き残せます。タイムラインを見れば、皆の反応や皆がどう思っているのかもすぐにわかります。<a>詳しく...</a></p> <p><button class="signup" @click="signup">はじめる</button><button class="signin" @click="signin">ログイン</button></p> </div> @@ -50,6 +50,8 @@ > h1 margin 0 font-weight normal + font-variant small-caps + letter-spacing 12px > p margin 0.5em 0 |