diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2018-11-01 19:32:11 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-01 19:32:11 +0900 |
| commit | 5cbc908ba30b2891cec28f43c1296a5f39f74f7b (patch) | |
| tree | 9636611ffbccb4d7f854f7c41c78a19cdaf678df /src/client | |
| parent | Fix bug (diff) | |
| download | misskey-5cbc908ba30b2891cec28f43c1296a5f39f74f7b.tar.gz misskey-5cbc908ba30b2891cec28f43c1296a5f39f74f7b.tar.bz2 misskey-5cbc908ba30b2891cec28f43c1296a5f39f74f7b.zip | |
Fix typo
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/common/views/components/forkit.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/forkit.vue b/src/client/app/common/views/components/forkit.vue index b303b48b79..ea6b86b66c 100644 --- a/src/client/app/common/views/components/forkit.vue +++ b/src/client/app/common/views/components/forkit.vue @@ -1,5 +1,5 @@ <template> -<a class="a" href="https://github.com/syuilo/misskey" target="_blank" title="View source on Github"> +<a class="a" href="https://github.com/syuilo/misskey" target="_blank" title="View source on GitHub"> <svg width="80" height="80" viewBox="0 0 250 250" aria-hidden="aria-hidden"> <path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path> <path class="octo-arm" d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor"></path> |