Skip to content

Commit e812839

Browse files
committed
Better uni nav defaults
1 parent 05f3b91 commit e812839

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
@@ -165,11 +165,11 @@ export function getInitials(firstName = '', lastName = '') {
165165
export const DEFAULT_AVATAR_URL = 'https://images.ctfassets.net/b5f1djy59z3a/4PTwZVSf3W7qgs9WssqbVa/4c51312671a4b9acbdfd7f5e22320b62/default_avatar.svg';
166166

167167
export const getSubPageConfiguration = () => {
168-
let toolName = 'Activity Feed';
168+
let toolName = 'Community';
169169
let toolRoot = '/';
170170
let loginRedirect = '/';
171-
let type = 'tool';
172-
let fullFooter = false;
171+
let type = 'marketing';
172+
let fullFooter = true;
173173

174174
const url = window.location.pathname;
175175

0 commit comments

Comments
 (0)