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 4dd0768 commit 669bfdbCopy full SHA for 669bfdb
src/compounds/ItemPage/ItemPage.jsx
@@ -18,7 +18,7 @@ const ItemPage = ({ title, titleStyle, description, descriptionStyle, id, img, s
18
<TextBox text={description} style={descriptionStyle} size='medium' />
19
<LinkedButton
20
addClass='align-self-start mt-4'
21
- buttonProps={{label: 'Initiate Request'}}
+ buttonProps={{ label: 'Initiate Request' }}
22
path={{ pathname: `/requests/new/${slug}`, query: { id }}}
23
/>
24
</Col>
0 commit comments