Skip to content

Commit 669bfdb

Browse files
Update src/compounds/ItemPage/ItemPage.jsx
Co-authored-by: Alisha Evans <[email protected]>
1 parent 4dd0768 commit 669bfdb

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
@@ -18,7 +18,7 @@ const ItemPage = ({ title, titleStyle, description, descriptionStyle, id, img, s
1818
<TextBox text={description} style={descriptionStyle} size='medium' />
1919
<LinkedButton
2020
addClass='align-self-start mt-4'
21-
buttonProps={{label: 'Initiate Request'}}
21+
buttonProps={{ label: 'Initiate Request' }}
2222
path={{ pathname: `/requests/new/${slug}`, query: { id }}}
2323
/>
2424
</Col>

0 commit comments

Comments
 (0)