Updated Link feed title in ui.js

• Updated:
- Link feed title in ui.js
This commit is contained in:
mgabdev 2020-10-31 19:17:04 -05:00
parent 56d24e18ae
commit 8d13b9d020

@ -216,7 +216,7 @@ class SwitchingArea extends React.PureComponent {
<WrappedRoute path='/tags/:id' publicRoute page={HashtagPage} component={HashtagTimeline} content={children} componentParams={{ title: 'Hashtag' }} />
<WrappedRoute path='/links/:id' page={LinkPage} component={LinkTimeline} content={children} componentParams={{ title: 'Links' }} />
<WrappedRoute path='/links/:id' page={LinkPage} component={LinkTimeline} content={children} componentParams={{ title: 'Link Feed' }} />
<WrappedRoute path='/shortcuts' page={ShortcutsPage} component={Shortcuts} content={children} />