We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f1018 commit 6b84684Copy full SHA for 6b84684
src/compounds/ItemPage/ItemPage.jsx
@@ -10,7 +10,7 @@ const ItemPage = ({ title, titleStyle, description, descriptionStyle, img }) =>
10
11
return (
12
<main className='container py-5'>
13
- <Title title={title} style={titleStyle} addClass='text-center text-md-start'/>
+ <Title title={title} style={titleStyle} addClass='text-center text-md-start' />
14
<Row className='mt-3'>
15
<Col xs={12} md={6} className='text-center text-md-start d-flex flex-column'>
16
{description}
0 commit comments