Skip to content

Commit

Permalink
chore: prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal committed Sep 27, 2023
1 parent 8dc6ebe commit 3ef08df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ export { default as SuccessCard } from './SuccessCard/SuccesssCard';

// 404 card
export { default as PageNotFoundCard } from './PageNotFoundCard/PageNotFoundCard';

// FAQ section
export { default as FAQSection } from './FAQSection/FAQSection';
2 changes: 1 addition & 1 deletion src/components/marginals/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const Footer = () => (
</Link>
<SocialsContainer>
{socials.map(({ id, icon, alt, link }) => (
<a href={link} key={id} target='_blank' rel="noreferrer noopener">
<a href={link} key={id} target='_blank' rel='noreferrer noopener'>
<SocialIcon src={icon} alt={alt} />
</a>
))}
Expand Down

0 comments on commit 3ef08df

Please sign in to comment.