Skip to content

Commit

Permalink
fix typo error
Browse files Browse the repository at this point in the history
Firends -> Friends
  • Loading branch information
AlexChien authored Aug 19, 2022
1 parent 01a9430 commit 2e69669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/page/Home/index2.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const Home = () => {
<div className={cx('eco-friends-section-wrap')}>
<Container>
<div className={cx('eco-friends-section-container')}>
<h3 className={cx('eco-friends-section-container-title')}>Ecosystem Firends</h3>
<h3 className={cx('eco-friends-section-container-title')}>Ecosystem Friends</h3>
<div className={cx('eco-friends-section-container-friends')}>
{ecosystemFriendsData.map((value, idx) => (
<div className={cx('eco-friends-section-container-friend')} key={idx}>
Expand Down

0 comments on commit 2e69669

Please sign in to comment.