Skip to content

Commit 4db7be9

Browse files
author
Steve Jenkins
committed
add projects list in consts
1 parent 60d33b9 commit 4db7be9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/constants.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
export const SOCIAL_LINKS = {
22
linkedIn: "https://www.linkedin.com/in/skysteve/",
33
};
4+
5+
export const PROJECTS = [{ name: "tic-tac-toe", url: "/tic-tac-toe" }];

0 commit comments

Comments
 (0)