diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-06-26 18:25:50 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-06-26 18:25:50 +0900 |
| commit | 54226973979378fa4aae2eaa1b4d35bf44078469 (patch) | |
| tree | f8bcd35c6c0cf2a61eec02f3e076567ee38b3514 /src | |
| parent | Improve usability (diff) | |
| parent | Merge pull request #1784 from syuilo/greenkeeper/@types/webpack-4.4.3 (diff) | |
| download | sharkey-54226973979378fa4aae2eaa1b4d35bf44078469.tar.gz sharkey-54226973979378fa4aae2eaa1b4d35bf44078469.tar.bz2 sharkey-54226973979378fa4aae2eaa1b4d35bf44078469.zip | |
Merge branch 'master' of https://github.com/syuilo/misskey
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/common/scripts/get-kao.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/scripts/get-kao.ts b/src/client/app/common/scripts/get-kao.ts index 2168c5be88..d380187510 100644 --- a/src/client/app/common/scripts/get-kao.ts +++ b/src/client/app/common/scripts/get-kao.ts @@ -1,5 +1,5 @@ export default () => [ '(=^・・^=)', - 'v(‘ω’)v', + 'v('ω')v', '🐡( \'-\' 🐡 )フグパンチ!!!!' ][Math.floor(Math.random() * 3)]; |