diff options
| author | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2017-02-19 15:32:48 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-19 15:32:48 +0900 |
| commit | 6590f1ad01f42880f2519b59b3a63da7a5d51c1e (patch) | |
| tree | 653e15c8c9bf54a11070df6859dcdbf31d837e37 /src/web/app/mobile | |
| parent | [Client] Remove needless attribute (diff) | |
| parent | :tada: (diff) | |
| download | misskey-6590f1ad01f42880f2519b59b3a63da7a5d51c1e.tar.gz misskey-6590f1ad01f42880f2519b59b3a63da7a5d51c1e.tar.bz2 misskey-6590f1ad01f42880f2519b59b3a63da7a5d51c1e.zip | |
Merge pull request #185 from syuilo/define-plugin
Define plugin
Diffstat (limited to 'src/web/app/mobile')
| -rw-r--r-- | src/web/app/mobile/tags/ui-nav.tag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/mobile/tags/ui-nav.tag b/src/web/app/mobile/tags/ui-nav.tag index 18fd4de160..a5dbd4cbaf 100644 --- a/src/web/app/mobile/tags/ui-nav.tag +++ b/src/web/app/mobile/tags/ui-nav.tag @@ -21,7 +21,7 @@ <li class="settings"><a href="/i/settings"><i class="icon fa fa-cog"></i>設定<i class="angle fa fa-angle-right"></i></a></li> </ul> </div> - <p class="about" href={ CONFIG.urls.about }><a>Misskeyについて</a></p> + <p class="about" href={ CONFIG.aboutUrl }><a>Misskeyについて</a></p> </div> <style> :scope |