Skip to content

Commit

Permalink
Use p instead of div for empty message
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiesigner committed Jan 11, 2021
1 parent ad87a7a commit 883db8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/EmptyMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { mediaQueries } from '../../utils/mediaQueries'

const EmptyMessage = ({ children }) => <Message>{children}</Message>

const Message = styled.div`
const Message = styled.p`
color: var(--color-foreground);
line-height: 1.7;
text-align: center;
Expand Down

0 comments on commit 883db8d

Please sign in to comment.