Skip to content

Commit

Permalink
Adds leading space to text for 'Back to search' link in complaint det…
Browse files Browse the repository at this point in the history
…ail (#465)

Co-authored-by: Bill Whorton <>
  • Loading branch information
wwhorton authored Sep 29, 2023
1 parent a738038 commit 47ead5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/ComplaintDetail/ComplaintDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ export const ComplaintDetail = () => {
<nav className="layout-row">
<div className="back-to-search flex-fixed">
<Link to={backUrl}>
{iconMap.getIcon('left', 'cf-icon-left')}
Back to search results
{iconMap.getIcon('left', 'cf-icon-left')} Back to search results
</Link>
</div>
<div className="meaning flex-fixed">
Expand Down

0 comments on commit 47ead5d

Please sign in to comment.