Skip to content

Commit

Permalink
Merge pull request #52 from hicsail/checkmark
Browse files Browse the repository at this point in the history
Swap out clipboard icon for checkmark icon
  • Loading branch information
vpsx authored Jan 9, 2024
2 parents 9e8314c + b4f8cd9 commit 366abf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/pages/TreatmentsServices.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ function OurImplementationModel() {
function PrincipleBox(text) {
return (
<Box sx={{ display: 'flex', alignItems: 'center' }}>
<img src={prependStrapiURL('/uploads/info_section_icon_36975df2d1.svg')} />
<img width="60px" height="60px" src={prependStrapiURL('/uploads/check_mark_min_d0adc0ed04.svg')} />
<Typography variant="infoPanelBBody" sx={{ padding: '1em' }}>
{text}
</Typography>
Expand Down

0 comments on commit 366abf0

Please sign in to comment.