Skip to content

Commit

Permalink
Update Features component: change border-radius to rounded
Browse files Browse the repository at this point in the history
  • Loading branch information
Mustapha-Nkhili committed Jul 23, 2024
1 parent 5eaa5aa commit 233b67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Home/Features.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const Features = () => {
</h2>
<div className="features grid text-white gap-7 mt-10 mb-10">
{features.map((feature, index) => (
<div className="feature p-5 rounded-2" key={feature + index}>
<div className="feature p-5 rounded" key={feature + index}>
<div className="flex justify-center items-center rounded mb-5 w-10 aspect-square text-light-periwinkle bg-primary">
<FontAwesomeIcon icon={feature.icon} />
</div>
Expand Down

0 comments on commit 233b67a

Please sign in to comment.