diff --git a/common/envs/atlas.ts b/common/envs/atlas.ts index f65faa0d..ef41b052 100644 --- a/common/envs/atlas.ts +++ b/common/envs/atlas.ts @@ -24,8 +24,8 @@ export const ATLAS_CONFIG: EnvConfig = { whitelistEmail: '', moneyMoniker: 'A$', visibility: 'PRIVATE', - faviconPath: '/theoremone/logo.ico', - navbarLogoPath: '/theoremone/TheoremOne-Logo.svg', + faviconPath: '/atlas/atlas-favicon.png', + navbarLogoPath: '', newQuestionPlaceholders: [ 'Will we have at least 5 new team members by the end of this quarter?', 'Will we meet or exceed our goals this sprint?', diff --git a/web/public/atlas/atlas-favicon.png b/web/public/atlas/atlas-favicon.png new file mode 100644 index 00000000..bd28da6f Binary files /dev/null and b/web/public/atlas/atlas-favicon.png differ