Skip to content

Commit

Permalink
Address CRs
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlisa authored and github-actions committed Nov 13, 2024
1 parent 8ce5bc9 commit 22eace2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -356,21 +356,23 @@ const Heading = ({
ECS Fargate container (2vCPU, 4GB memory) in your Amazon account with
the ability to access databases in this region (<Mark>{region}</Mark>).
You will only need to do this once per geographical region.
<Box mt={3}>
<img src={img} width="60%" />
</HeaderSubtitle>
<Box mb={5} mt={-3}>
<Box minWidth="500px" maxWidth="998px">
<img src={img} width="100%" />
</Box>
{!wantAutoDiscover && (
<>
<br />
Want to deploy a database service manually from one of your existing
servers?{' '}
Do you want to deploy a database service manually from one of your
existing servers?{' '}
<AlternateInstructionButton
onClick={toggleDeployMethod}
disabled={togglerDisabled}
/>
</>
)}
</HeaderSubtitle>
</Box>
</>
);
};
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 22eace2

Please sign in to comment.