Skip to content

Commit

Permalink
footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ka8725 committed Dec 4, 2023
1 parent b95e25e commit 0dfb7dd
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export default function Footer() {
<li>
<Link
prefetch={false}
target="_blank"
href={'https://www.facebook.com/profile.php?id=61553468415163'}
aria-label={'Facebook'}
>
Expand Down Expand Up @@ -132,7 +133,12 @@ export default function Footer() {
</Link>
</li>
<li>
<Link prefetch={false} href={'/'} aria-label={'Twitter'}>
<Link
prefetch={false}
target="_blank"
href={'https://twitter.com/ka8725'}
aria-label={'Twitter'}
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
Expand All @@ -150,7 +156,12 @@ export default function Footer() {
</Link>
</li>
<li>
<Link prefetch={false} href={'/'} aria-label={'LinkedIn'}>
<Link
prefetch={false}
target="_blank"
href={'https://pl.linkedin.com/company/widefix'}
aria-label={'LinkedIn'}
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
Expand Down

0 comments on commit 0dfb7dd

Please sign in to comment.