l-min-components 1.0.779 → 1.0.782

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "l-min-components",
3
- "version": "1.0.779",
3
+ "version": "1.0.782",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -15,7 +15,7 @@ import { FaArrowRight } from "react-icons/fa";
15
15
  const Banner = () => {
16
16
  return (
17
17
  <BannerWrapper>
18
- <BannerTitle>Learn Languages, anytime, anywhere.</BannerTitle>
18
+ <BannerTitle>Learn languages, anytime, anywhere.</BannerTitle>
19
19
  <BannerSubtitle>
20
20
  Join millions of users from all over the world to learn foreign
21
21
  languages
@@ -23,7 +23,7 @@ const Banner = () => {
23
23
  <BannerImage src={BannerImg} alt="Banner" />
24
24
  <Button
25
25
  type="primary"
26
- text="Get Started"
26
+ text="Get started"
27
27
  icon={{
28
28
  jsx: FaArrowRight,
29
29
  right: true,