diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-23 01:27:02 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-23 01:27:02 +0900 |
| commit | e0ffedca240309bada9dcd7e53e66cc804e2912d (patch) | |
| tree | 6ebef737b1fac96f03dde8c83c4f8862f52eb331 /src/api/private | |
| parent | wip (diff) | |
| download | sharkey-e0ffedca240309bada9dcd7e53e66cc804e2912d.tar.gz sharkey-e0ffedca240309bada9dcd7e53e66cc804e2912d.tar.bz2 sharkey-e0ffedca240309bada9dcd7e53e66cc804e2912d.zip | |
wip
Diffstat (limited to 'src/api/private')
| -rw-r--r-- | src/api/private/signup.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/api/private/signup.ts b/src/api/private/signup.ts index 8efdb6db47..19e3314756 100644 --- a/src/api/private/signup.ts +++ b/src/api/private/signup.ts @@ -15,7 +15,7 @@ const home = { 'profile', 'calendar', 'activity', - 'rss-reader', + 'rss', 'trends', 'photo-stream', 'version' @@ -23,8 +23,8 @@ const home = { right: [ 'broadcast', 'notifications', - 'user-recommendation', - 'recommended-polls', + 'users', + 'polls', 'server', 'donation', 'nav', |