Skip to content

Commit

Permalink
test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
BearHanded committed Jul 8, 2024
1 parent 1e40913 commit 863c7fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion services/ui-src/src/components/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const App = () => {
<main>
<Container sx={sx.appContainer}>
<Heading as="h1" size="xl" sx={sx.loginHeading}>
Home and Community Based Services
Home &amp; Community Based Services
</Heading>
</Container>
<Container sx={sx.loginContainer} data-testid="login-container">
Expand Down
5 changes: 0 additions & 5 deletions services/ui-src/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 863c7fc

Please sign in to comment.