Adjust naming of public timeline -> "local timeline" vs "whole known network"
This commit is contained in:
parent
c50256d25c
commit
6b4ef92c6f
5 changed files with 9 additions and 9 deletions
|
@ -117,7 +117,7 @@ const Mastodon = React.createClass({
|
|||
<Route path='getting-started' component={GettingStarted} />
|
||||
<Route path='timelines/home' component={HomeTimeline} />
|
||||
<Route path='timelines/public' component={PublicTimeline} />
|
||||
<Route path='timelines/community' component={CommunityTimeline} />
|
||||
<Route path='timelines/public/local' component={CommunityTimeline} />
|
||||
<Route path='timelines/tag/:id' component={HashtagTimeline} />
|
||||
|
||||
<Route path='notifications' component={Notifications} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue