Skip to content

Commit 5a96091

Browse files
committed
Fix timeline wall URL
1 parent 99e5c70 commit 5a96091

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/shared/utils/url.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,10 @@ export const getSubPageConfiguration = () => {
270270
type = 'marketing';
271271
}
272272

273-
if (url.includes('/community/timeline')) {
273+
if (url.includes('/community/timeline-wall')) {
274274
toolName = 'Timeline';
275-
toolRoot = '/community/timeline';
276-
loginRedirect = '/community/timeline';
275+
toolRoot = '/community/timeline-wall';
276+
loginRedirect = '/community/timeline-wall';
277277
type = 'marketing';
278278
}
279279

0 commit comments

Comments
 (0)