Skip to content

Commit

Permalink
[NOREF] Fixed alert style from previous dependabot (#2969)
Browse files Browse the repository at this point in the history
Fixed alert style from dependabot
  • Loading branch information
patrickseguraoddball authored Jan 28, 2025
1 parent c00361b commit c97cf3b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/views/TechnicalAssistance/Homepage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,13 @@ function Homepage() {
className="trb-admin-alert"
data-testid="trbAdmin-siteAlert"
>
<Trans i18nKey="technicalAssistance:adminInfoBox.text">
indexOne
<UswdsReactLink to="/">admin</UswdsReactLink>
indexTwo
</Trans>
<div className="display-block">
<Trans i18nKey="technicalAssistance:adminInfoBox.text">
indexOne
<UswdsReactLink to="/">admin</UswdsReactLink>
indexTwo
</Trans>
</div>
</SiteAlert>
)
}
Expand Down

0 comments on commit c97cf3b

Please sign in to comment.