Skip to content

Commit

Permalink
Merge pull request #285 from BlackCubes/development
Browse files Browse the repository at this point in the history
Development to Main (`v3.0.7`)
  • Loading branch information
BlackCubes authored Jun 15, 2022
2 parents 090a3cd + 3aa5348 commit 5fc49d1
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions web/components/about/MoreSection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ const MoreSection: FC = () => {
<Paragraph>
This site was created with&nbsp;
<ExternalLink
href="https://reactjs.org/"
href="https://nextjs.org/"
target="_blank"
rel="noopener noreferrer"
>
React
Next.js
</ExternalLink>
,&nbsp;
<ExternalLink
Expand All @@ -127,14 +127,6 @@ const MoreSection: FC = () => {
Redux Toolkit
</ExternalLink>
,&nbsp;
<ExternalLink
href="https://reactrouter.com/"
target="_blank"
rel="noopener noreferrer"
>
React Router
</ExternalLink>
,&nbsp;
<ExternalLink
href="https://styled-components.com/"
target="_blank"
Expand Down

0 comments on commit 5fc49d1

Please sign in to comment.