Skip to content

Commit e51e3b1

Browse files
committed
add icon to learn more button
1 parent b494ae3 commit e51e3b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ui/screens/eligibilty-overview/components/EligibilityOverviewItem.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ const EligibilityOverviewItem = ({ t, item, eligible, isDesktop }) => {
130130
variant={'blackOutlined'}
131131
text={'app.browseAll.learnMoreBtn'}
132132
link={`/benefit-page/${item.id}`}
133+
endIcon={<EastIcon sx={{ fontSize: '16px' }} />}
133134
size={isDesktop ? 'medium' : 'small'}
134135
/>
135136
{eligible === 'indeterminate' &&

0 commit comments

Comments
 (0)