Skip to content

Commit

Permalink
fix little typos
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Feb 5, 2024
1 parent d9279d9 commit 5d40a8f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ export default function FAQ() {
>
<AccordionSummary
expandIcon={<ExpandMoreIcon />}
aria-controls="panel3d-content"
id="panel3d-header"
aria-controls="panel4d-content"
id="panel4d-header"
>
<Typography component="h3" variant="subtitle2">
Is there a warranty on the product, and what does it cover?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ const items = [
},
{
icon: <DevicesRoundedIcon />,
title: 'Available in all platforms',
title: 'Available on all platforms',
description:
'This item could let users know that the product is available on all platforms, such as web, mobile, and desktop.',
'This item could let users know the product is available on all platforms, such as web, mobile, and desktop.',
imageLight: 'url("/static/images/templates/templates-images/devices-light.png")',
imageDark: 'url("/static/images/templates/templates-images/devices-dark.png")',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ const items = [
},
{
icon: <DevicesRoundedIcon />,
title: 'Available in all platforms',
title: 'Available on all platforms',
description:
'This item could let users know that the product is available on all platforms, such as web, mobile, and desktop.',
'This item could let users know the product is available on all platforms, such as web, mobile, and desktop.',
imageLight: 'url("/static/images/templates/templates-images/devices-light.png")',
imageDark: 'url("/static/images/templates/templates-images/devices-dark.png")',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const items = [
icon: <ConstructionRoundedIcon />,
title: 'Built to last',
description:
'Experience unmatched durability that goes above and beyond, with lasting investment.',
'Experience unmatched durability that goes above and beyond with lasting investment.',
},
{
icon: <ThumbUpAltRoundedIcon />,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const items = [
icon: <ConstructionRoundedIcon />,
title: 'Built to last',
description:
'Experience unmatched durability that goes above and beyond, with lasting investment.',
'Experience unmatched durability that goes above and beyond with lasting investment.',
},
{
icon: <ThumbUpAltRoundedIcon />,
Expand Down

This file was deleted.

0 comments on commit 5d40a8f

Please sign in to comment.