Skip to content

Commit

Permalink
fix margins in message paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Mar 14, 2022
1 parent 08e2e9f commit ea293f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default function Header({ children }) {
or <a href="#" onClick={contactToggle}>contact us</a> for assistance.
</p>
{messages.list.length && (
<p>
<p style={{marginBottom: 0}}>
<strong>Message(s):</strong> '{messages.list.join("', '")}'
</p>
)}
Expand Down

0 comments on commit ea293f1

Please sign in to comment.