Skip to content

Commit

Permalink
add projects list in consts
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Jenkins committed Mar 23, 2024
1 parent 60d33b9 commit 4db7be9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export const SOCIAL_LINKS = {
linkedIn: "https://www.linkedin.com/in/skysteve/",
};

export const PROJECTS = [{ name: "tic-tac-toe", url: "/tic-tac-toe" }];

0 comments on commit 4db7be9

Please sign in to comment.