Skip to content

Commit 3854229

Browse files
committed
Merge branch '120-service-button' of https://github.com/scientist-softserv/webstore-component-library into 120-service-button
2 parents ef2e006 + 669bfdb commit 3854229

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)