Skip to content

Commit c3987cd

Browse files
authored
Remove "test deployment" (#161)
1 parent b26657b commit c3987cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/app/AppConfigContext.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface AppConfig {
2828
const AppConfigContext = createContext<AppConfig>({
2929
firebaseConfig: {
3030
options: {
31-
projectId: "cdp-test-deployment-435b5309",
31+
projectId: "cdp-seattle-staging-dbengvtn",
3232
},
3333
settings: {
3434
// merge bool Whether to merge the provided settings with the existing settings. If set to true, the settings are merged with existing settings. If set to false or left unset, the settings replace the existing settings.
@@ -39,7 +39,7 @@ const AppConfigContext = createContext<AppConfig>({
3939
},
4040
},
4141
municipality: {
42-
name: "Test deployment",
42+
name: "Seattle Staging",
4343
footerLinksSections: [],
4444
},
4545
});

src/index-react.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ReactDOM.render(
1313
settings: {},
1414
},
1515
municipality: {
16-
name: "Seattle Test",
16+
name: "Seattle Staging",
1717
footerLinksSections: [],
1818
},
1919
}}

0 commit comments

Comments
 (0)