From 863c7fc4b07c40f6ae74b3bc4c4de61873057145 Mon Sep 17 00:00:00 2001 From: BearHanded Date: Mon, 8 Jul 2024 10:54:59 -0400 Subject: [PATCH] test deploy --- services/ui-src/src/components/app/App.tsx | 2 +- services/ui-src/src/index.tsx | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/services/ui-src/src/components/app/App.tsx b/services/ui-src/src/components/app/App.tsx index bbc6e2a8..14c6c861 100644 --- a/services/ui-src/src/components/app/App.tsx +++ b/services/ui-src/src/components/app/App.tsx @@ -29,7 +29,7 @@ export const App = () => {
- Home and Community Based Services + Home & Community Based Services diff --git a/services/ui-src/src/index.tsx b/services/ui-src/src/index.tsx index a120e6ba..b3a921c0 100644 --- a/services/ui-src/src/index.tsx +++ b/services/ui-src/src/index.tsx @@ -13,11 +13,6 @@ import theme from "styles/theme"; import "./styles/index.scss"; Amplify.configure({ - Storage: { - region: config.s3.REGION, - bucket: config.s3.BUCKET, - identityPoolId: config.cognito.IDENTITY_POOL_ID, - }, Auth: { mandatorySignIn: true, region: config.cognito.REGION,