diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ca2ba4d..8e9b23db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ # Changelog -## 1.0.0 (03-06-2024) +## 1.0.0 (02-06-2024) - add changelog - add first tag and Github release - update package.json & readme +## 1.0.1 (03-06-2024) + +- update all packages +- add contributing guidelines +- fix console errors +- hide feature divider \ No newline at end of file diff --git a/src/components/FAQ.jsx b/src/components/FAQ.jsx index b1f0f988..ae0fec85 100644 --- a/src/components/FAQ.jsx +++ b/src/components/FAQ.jsx @@ -43,7 +43,7 @@ export const FAQ = () => (
{FAQData.map((item, index) => ( -
+
{ {title}

diff --git a/src/components/Features1.jsx b/src/components/Features1.jsx index 6aca810d..bfd717b7 100644 --- a/src/components/Features1.jsx +++ b/src/components/Features1.jsx @@ -9,7 +9,7 @@ import { CheckArrowIcon } from "../assets/icons/CheckArrowIcon"; export const Features1 = () => { return (

( -
+
{ return ( diff --git a/src/components/Pricing.jsx b/src/components/Pricing.jsx index 5beb0cea..8a0928ec 100644 --- a/src/components/Pricing.jsx +++ b/src/components/Pricing.jsx @@ -58,7 +58,7 @@ export const Pricing = () => { > Monthly
-
Yearly
+
Yearly
@@ -76,7 +76,6 @@ export const Pricing = () => { {isMonthly ? "/ month" : "/ year"} -

The perfect way to get started and get used to our tools.

diff --git a/src/pages/index.astro b/src/pages/index.astro index 37af7f67..5ca02105 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -21,7 +21,6 @@ import "../styles/Diagonals.css"; -