Skip to content

Commit 6b84684

Browse files
Update src/compounds/ItemPage/ItemPage.jsx
Co-authored-by: Alisha Evans <[email protected]>
1 parent 83f1018 commit 6b84684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compounds/ItemPage/ItemPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const ItemPage = ({ title, titleStyle, description, descriptionStyle, img }) =>
1010

1111
return (
1212
<main className='container py-5'>
13-
<Title title={title} style={titleStyle} addClass='text-center text-md-start'/>
13+
<Title title={title} style={titleStyle} addClass='text-center text-md-start' />
1414
<Row className='mt-3'>
1515
<Col xs={12} md={6} className='text-center text-md-start d-flex flex-column'>
1616
{description}

0 commit comments

Comments
 (0)