Skip to content

Commit 4fce43e

Browse files
committed
fix typo in changelog, remove unused import and duplicate imports
1 parent d49d6cd commit 4fce43e

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3737
- normalized font sizes
3838
- installed yarn
3939
- normalized buttons' and links' styling
40-
- updated `package.json` commands for macOs
40+
- updated `package.json` commands for macOS
4141
- swipeable CardsColumns.js on mobile
4242

4343
## 1.2.0
@@ -58,7 +58,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5858
- Contact us cards section to contact page
5959
- Linkedin link to footer
6060
- Next.js 13
61-
- Converting components into styled-components
6261

6362
### Fixed
6463

@@ -68,7 +67,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6867
- relative to absolute imports with aliases
6968
- updated to React 18 and Next.js latest
7069
- footer styling update + social media icons
71-
- improved LightHouse scores by optmizing images, creating a robots.txt file and adding proper alt tags
70+
- improved LightHouse scores by optimizing images, creating a robots.txt file and adding proper alt tags
7271
- updated 'about us' first section (our background, peer reviews, version control)
7372
- updated 'about us' section (our goals, our purpose)
7473
- updated mobile nav to automatically close when page route change is completed
@@ -89,6 +88,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8988
- Search functionality for blog posts
9089
- Styled components to Title component
9190
- Links to blog tags to show all posts with the same tag
91+
- Converting components into styled-components
9292

9393
### Fixed
9494

components/mailchimp/NewsletterForm/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { createRef, useState } from 'react';
22
import Image from 'next/image';
33
import { decode } from 'html-entities';
44
import ReCAPTCHA from 'react-google-recaptcha';
5-
import Container from '@/components/containers/Container';
65
import { NewsLetterSubmitButton } from '@/components/buttons/SubmitButton';
76
import S from './styles';
87

components/mailchimp/NewsletterForm/styles.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ export default {
151151
InputEmail,
152152
InputName,
153153
Input,
154-
Form,
155154
FormError,
156155
FormInfo,
157156
FormSending,

0 commit comments

Comments
 (0)