Skip to content

Commit 9f523bb

Browse files
feat: add notion url
1 parent 80609d3 commit 9f523bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/constants/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export const paths = [
88
export const intro = {
99
contents: [
1010
{ key: "gmail", name: "Gmail", link: "mailto:[email protected]" },
11+
{ key: "notion", name: "Notion", link: "https://www.notion.so/3349706f5c3843a488d4744bae38d71d?pvs=4" },
1112
{ key: "github", name: "Github", link: "https://github.com/CodeChangingMe" },
1213
]
1314
}

0 commit comments

Comments
 (0)