Skip to content

Commit

Permalink
update: dmktz video
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnai9287 committed Sep 9, 2024
1 parent 9274cd9 commit 37bf188
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions src/data/resume-zhtw.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,11 @@ export const DATA = {
image:
"/dmktz.png",
links: [
{
title: "Video",
icon: <Icons.youtube className="h-4 w-4" />,
href: "https://www.youtube.com/watch?v=lQdSmOR7UHs",
},
{
title: "官方入口",
icon: <Icons.globe className="h-4 w-4" />,
Expand Down
11 changes: 8 additions & 3 deletions src/data/resume.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,14 @@ export const DATA = {
"/dmktz.png",
links: [
{
title: "Official Entry",
icon: <Icons.globe className="h-4 w-4" />,
href: "https://dmktz.io/",
title: "Video",
icon: <Icons.youtube className="h-4 w-4" />,
href: "https://www.youtube.com/watch?v=lQdSmOR7UHs",
},
{
title: "Official Entry",
icon: <Icons.globe className="h-4 w-4" />,
href: "https://dmktz.io/",
},
{
title: "Instagram",
Expand Down

0 comments on commit 37bf188

Please sign in to comment.