Skip to content

Commit

Permalink
[Issue #2851] always display cta button beneath text (#3070)
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-s-nava authored Dec 2, 2024
1 parent a2ce07d commit b0b6cf4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion frontend/src/components/opportunity/OpportunityCTA.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ const OpportunityCTA = ({ id }: { id: number }) => {
const content = (
<>
<span>{t("apply_content")}</span>
<a href={legacyOpportunityURL} target="_blank" rel="noopener noreferrer">
<a
href={legacyOpportunityURL}
target="_blank"
rel="noopener noreferrer"
className="display-block"
>
<Button type="button" outline={true} className="margin-top-2">
<span>{t("button_content")}</span>
<USWDSIcon
Expand Down

0 comments on commit b0b6cf4

Please sign in to comment.