mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-11 18:45:41 +00:00
Removed twitter links
This commit is contained in:
parent
69d62b153a
commit
3a81671257
@ -3,7 +3,7 @@ import {OuterContainer, InnerContainer} from './Container'
|
|||||||
import {NavLink} from '@/components/ui/Navigation'
|
import {NavLink} from '@/components/ui/Navigation'
|
||||||
import {SpotifyPlayer} from '@/components/ui/SpotifyPlayer'
|
import {SpotifyPlayer} from '@/components/ui/SpotifyPlayer'
|
||||||
import {SocialLink} from '@/components/ui/SocialLink'
|
import {SocialLink} from '@/components/ui/SocialLink'
|
||||||
import {GitHubIcon, LinkedInIcon, TwitterIcon} from '@/components/icons/SocialIcons'
|
import {GitHubIcon, LinkedInIcon} from '@/components/icons/SocialIcons'
|
||||||
|
|
||||||
|
|
||||||
export function Footer() {
|
export function Footer() {
|
||||||
@ -38,11 +38,6 @@ export function Footer() {
|
|||||||
ariaLabel="Follow on LinkedIn"
|
ariaLabel="Follow on LinkedIn"
|
||||||
icon={LinkedInIcon}
|
icon={LinkedInIcon}
|
||||||
/>
|
/>
|
||||||
<SocialLink
|
|
||||||
href="https://twitter.com/freemry"
|
|
||||||
ariaLabel="Follow on Twitter"
|
|
||||||
icon={TwitterIcon}
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -7,8 +7,7 @@ import clsx from 'clsx'
|
|||||||
import {Container} from '@/components/common/Container'
|
import {Container} from '@/components/common/Container'
|
||||||
import {
|
import {
|
||||||
GitHubIcon,
|
GitHubIcon,
|
||||||
LinkedInIcon,
|
LinkedInIcon
|
||||||
TwitterIcon
|
|
||||||
} from '@/components/icons/SocialIcons'
|
} from '@/components/icons/SocialIcons'
|
||||||
import {MailIcon} from '@/components/icons/MailIcon'
|
import {MailIcon} from '@/components/icons/MailIcon'
|
||||||
import photoOfMe from '@/public/static/images/photo-of-me.jpg'
|
import photoOfMe from '@/public/static/images/photo-of-me.jpg'
|
||||||
@ -122,9 +121,6 @@ export default function About() {
|
|||||||
<SocialLink href="https://linkedin.com/in/r-freeman/" icon={LinkedInIcon} className="mt-4">
|
<SocialLink href="https://linkedin.com/in/r-freeman/" icon={LinkedInIcon} className="mt-4">
|
||||||
Follow on LinkedIn
|
Follow on LinkedIn
|
||||||
</SocialLink>
|
</SocialLink>
|
||||||
<SocialLink href="https://twitter.com/freemry" icon={TwitterIcon} className="mt-4">
|
|
||||||
Follow on Twitter
|
|
||||||
</SocialLink>
|
|
||||||
<SocialLink
|
<SocialLink
|
||||||
href="mailto:hello@ryanfreeman.dev"
|
href="mailto:hello@ryanfreeman.dev"
|
||||||
icon={MailIcon}
|
icon={MailIcon}
|
||||||
|
@ -6,8 +6,7 @@ import {Resume} from '@/components/ui/Resume'
|
|||||||
import {Container} from '@/components/common/Container'
|
import {Container} from '@/components/common/Container'
|
||||||
import {
|
import {
|
||||||
GitHubIcon,
|
GitHubIcon,
|
||||||
LinkedInIcon,
|
LinkedInIcon
|
||||||
TwitterIcon
|
|
||||||
} from '@/components/icons/SocialIcons'
|
} from '@/components/icons/SocialIcons'
|
||||||
import {SocialLink} from '@/components/ui/SocialLink'
|
import {SocialLink} from '@/components/ui/SocialLink'
|
||||||
import {Views} from '@/components/ui/Views'
|
import {Views} from '@/components/ui/Views'
|
||||||
@ -113,11 +112,6 @@ export default function Home({articles}: { articles: Article[] }) {
|
|||||||
ariaLabel="Follow on LinkedIn"
|
ariaLabel="Follow on LinkedIn"
|
||||||
icon={LinkedInIcon}
|
icon={LinkedInIcon}
|
||||||
/>
|
/>
|
||||||
<SocialLink
|
|
||||||
href="https://twitter.com/freemry"
|
|
||||||
ariaLabel="Follow on Twitter"
|
|
||||||
icon={TwitterIcon}
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Container>
|
</Container>
|
||||||
|
Loading…
Reference in New Issue
Block a user