Skip to content

Commit

Permalink
Added linkedin and changed twitter link.
Browse files Browse the repository at this point in the history
  • Loading branch information
malikpiara committed Nov 1, 2024
1 parent 991b863 commit ab5964f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,22 @@ export function Footer() {
Github
</Link>
</li>
<li>
<li className='mb-4'>
<Link
href='https://twitter.com/LogicolaWeb'
href='https://twitter.com/LogicolaThree'
className='hover:underline'
>
Twitter
</Link>
</li>
<li>
<Link
href='https://www.linkedin.com/company/logicola'
className='hover:underline'
>
LinkedIn
</Link>
</li>
</ul>
</div>
<div>
Expand Down

1 comment on commit ab5964f

@vercel
Copy link

@vercel vercel bot commented on ab5964f Nov 1, 2024

Choose a reason for hiding this comment

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

Please sign in to comment.