mirror of
https://github.com/prdlk/website.git
synced 2026-08-04 02:11:43 +00:00
feat: add image assets
This commit is contained in:
@@ -8,6 +8,7 @@ import {
|
||||
GitHubIcon,
|
||||
InstagramIcon,
|
||||
LinkedInIcon,
|
||||
MediumIcon,
|
||||
TwitterIcon,
|
||||
} from '@/components/SocialIcons'
|
||||
import portraitImage from '@/images/portrait.jpg'
|
||||
@@ -106,8 +107,8 @@ export default function About() {
|
||||
<SocialLink href="#" icon={TwitterIcon}>
|
||||
Follow on Twitter
|
||||
</SocialLink>
|
||||
<SocialLink href="#" icon={InstagramIcon} className="mt-4">
|
||||
Follow on Instagram
|
||||
<SocialLink href="#" icon={MediumIcon} className="mt-4">
|
||||
Follow on Medium
|
||||
</SocialLink>
|
||||
<SocialLink href="#" icon={GitHubIcon} className="mt-4">
|
||||
Follow on GitHub
|
||||
|
||||
Reference in New Issue
Block a user