Skip to content

Commit

Permalink
Merge pull request #34 from edvinlinden/bugfix/typo-in-article-card
Browse files Browse the repository at this point in the history
Fix typo in the article card about iPod Socks
  • Loading branch information
edvinlinden authored May 27, 2022
2 parents b409126 + d17ccd6 commit fdd0bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Products/Products.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const Articles: React.FC<ArticlesInterface> = ({ year, company }) => {
<ArticleCard
title="iPod Socks – One of the weirdest Apple products"
link="/articles/ipod-socks-one-of-the-weirdest-apple-products/"
description="Apple's history is full of weird and interesting products. however some products are weirder than others. This is a breif history of the iPad Socks, a knitted sock made for the iPod."
description="Apple's history is full of weird and interesting products. however some products are weirder than others. This is a breif history of the iPod Socks, a knitted sock made for the iPod."
/>
);
}
Expand Down

0 comments on commit fdd0bdc

Please sign in to comment.