Skip to content

Commit

Permalink
fix(service-portal): Health Spacing (#16020)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
disaerna and kodiakhq[bot] authored Sep 16, 2024
1 parent a5c9f5c commit 01b8904
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const OrganDonation = () => {
title={formatMessage(m.organDonation)}
intro={formatMessage(m.organDonationDescription)}
/>
<Box>
<Box marginBottom={6}>
<LinkResolver
href={formatMessage(m.organDonationLink)}
key="organ-donation"
Expand All @@ -53,12 +53,7 @@ const OrganDonation = () => {
)}
{!error && !loading && donorStatus !== null && (
<Box>
<Text
variant="eyebrow"
color="purple400"
marginTop={5}
marginBottom={1}
>
<Text variant="eyebrow" color="purple400" marginBottom={1}>
{formatMessage(m.takeOnOrganDonation)}
</Text>
<ActionCard
Expand Down

0 comments on commit 01b8904

Please sign in to comment.