diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-23 05:43:00 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-23 05:43:00 +0900 |
| commit | 3f8ebac466ece8e9598432f3f574ec44e420c03b (patch) | |
| tree | 05114fce9728d6ce1deecc1f2eb8a903a22b0100 /src/web/app/status | |
| parent | :v: (diff) | |
| download | misskey-3f8ebac466ece8e9598432f3f574ec44e420c03b.tar.gz misskey-3f8ebac466ece8e9598432f3f574ec44e420c03b.tar.bz2 misskey-3f8ebac466ece8e9598432f3f574ec44e420c03b.zip | |
なんかもうめっちゃ変えた
Closes #940
Diffstat (limited to 'src/web/app/status')
| -rw-r--r-- | src/web/app/status/tags/index.tag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/status/tags/index.tag b/src/web/app/status/tags/index.tag index 8750942c65..cb379f66bc 100644 --- a/src/web/app/status/tags/index.tag +++ b/src/web/app/status/tags/index.tag @@ -5,7 +5,7 @@ <mk-cpu-usage connection={ connection }/> <mk-mem-usage connection={ connection }/> </main> - <footer><a href={ CONFIG.url }>{ CONFIG.host }</a></footer> + <footer><a href={ _URL_ }>{ _HOST_ }</a></footer> <style> :scope display block |