Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
leangseu-edx committed Feb 1, 2024
1 parent 940e7ff commit 267ea9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Instructions/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const Instructions = () => {
return null;
}
return (
<div className='py-4'>
<p className='mb-0'>
<div className="py-4">
<p className="mb-0">
<strong>{formatMessage(messages.instructions)}: </strong>
{message}
</p>
Expand Down

0 comments on commit 267ea9f

Please sign in to comment.