Skip to content

Commit

Permalink
fix: update /about (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
duyet authored Feb 5, 2025
2 parents 9f55e0a + b1175cf commit 86dd225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/blog/app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const skills: Link[] = [
const links: Link[] = [
{ name: 'Resume', link: 'https://cv.duyet.net' },
{ name: 'Resume (PDF)', link: 'https://cv.duyet.net/pdf' },
{ name: 'Github', link: 'https://github.com' },
{ name: 'Github', link: 'https://github.com/duyet' },
]

export default function About() {
Expand Down

1 comment on commit 86dd225

@vercel
Copy link

@vercel vercel bot commented on 86dd225 Feb 5, 2025

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.