Skip to content

Commit

Permalink
small fix to some css styles where a colon was used instead of a semi…
Browse files Browse the repository at this point in the history
…-colon :s
  • Loading branch information
Richard Bangay committed May 28, 2024
1 parent bf67254 commit d744451
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/components/helpCentre/BackToHelpCentreLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ const dividerCss = css`
const linkCss = css`
display: flex;
align-items: center;
${textSans17}: color: ${palette.brand[500]};
${textSans17};
color: ${palette.brand[500]};
&:hover,
&:focus {
text-decoration: underline;
Expand Down

0 comments on commit d744451

Please sign in to comment.