Skip to content

Commit

Permalink
replace SO with last.fm
Browse files Browse the repository at this point in the history
  • Loading branch information
igor47 committed Aug 30, 2023
1 parent c28b528 commit 0ec078c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Head from 'next/head'
import Image from 'next/image'
import Link from 'next/link'

import { Linkedin, Github, StackOverflow, House, ArrowReturnLeft, ChevronBarUp } from 'react-bootstrap-icons'
import { Linkedin, Github, Headphones, House, ArrowReturnLeft, ChevronBarUp } from 'react-bootstrap-icons'

import Me from '../../public/images/me.jpg'
import Myhead from '../../public/images/myhead.jpg'
Expand Down Expand Up @@ -61,8 +61,8 @@ export default function Layout({ children }: { children: ReactNode }) {
<Linkedin size="24px" title="Professional profile" />
</a>

<a href="https://www.linkedin.com/in/igor47" className="my-0 mx-2 link-secondary">
<StackOverflow size="24px" title="My StackOverflow" />
<a href="https://www.last.fm/user/igor47" className="my-0 mx-2 link-secondary">
<Headphones size="24px" title="What I'm Listening To" />
</a>
</div>
</div>
Expand Down

0 comments on commit 0ec078c

Please sign in to comment.