rename following to daily page
This commit is contained in:
@@ -126,7 +126,7 @@ export function Page() {
|
||||
() => {
|
||||
updateLastLogin(dateToUnix(now.current));
|
||||
timeout = setTimeout(() => {
|
||||
navigate('/app/newsfeed/following', { overwriteLastHistoryEntry: true });
|
||||
navigate('/app/daily', { overwriteLastHistoryEntry: true });
|
||||
}, 5000);
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user