Skip to content

Commit

Permalink
feat: add target on footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Oct 3, 2022
1 parent fcbf58d commit aed5628
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ export const Footer: React.FC = () => {
<Info
href="https://github.com/mateusfg7/Noisekun/blob/master/LICENSE"
className="cursor-pointer umami--click--license"
target="_blank"
>
<div>&copy; MIT License</div>
</Info>
<Info
href="https://github.com/mateusfg7"
className="umami--click--author-credit"
target="_blank"
>
by <span className="font-bold">mateusfg7</span>
</Info>
Expand All @@ -37,13 +39,15 @@ export const Footer: React.FC = () => {
<Info
href="https://github.com/mateusfg7/Noisekun"
className="umami--click--repository"
target="_blank"
>
<FiGithub /> Repository
</Info>

<Info
className="umami--click--credits"
href="https://github.com/mateusfg7/Noisekun/#credits"
target="_blank"
>
<FiAward /> Credits
</Info>
Expand Down

1 comment on commit aed5628

@vercel
Copy link

@vercel vercel bot commented on aed5628 Oct 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

noisekun – ./

noisekun-git-main-mateusfg7.vercel.app
noisekun-mateusfg7.vercel.app
noisekun.vercel.app

Please sign in to comment.