rename following to daily page

This commit is contained in:
Ren Amamiya
2023-05-04 22:04:43 +07:00
parent 648b0fc4e8
commit 56885a4193
6 changed files with 132 additions and 3 deletions

View File

@@ -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);
}
);