Skip to content

Commit

Permalink
Update HeroSection.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kurianbenoy authored Apr 11, 2024
1 parent 8c3b9ed commit 1bb8d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/home/HeroSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function HeroSection() {
{index < listOfSupportedModels.length - 2 ? ", " : null}
</React.Fragment>
))}{" "}
which supports 12 Indic languages and 8 European languages by default.
which altogether supports 12 Indic languages and 8 European languages by default.
</p>
<div className="flex gap-4 flex-wrap items-end">
<PrimaryBtn fn={() => transitionToCollection(router)}>
Expand Down

0 comments on commit 1bb8d68

Please sign in to comment.