Skip to content

Commit

Permalink
docs: Added profile to openSourceAppList.tsx (#1958)
Browse files Browse the repository at this point in the history
Co-authored-by: Julius Marminge <[email protected]>
  • Loading branch information
EastTexasElectronics and juliusmarminge authored Aug 19, 2024
1 parent f9f96d0 commit 9fec15b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions www/src/components/docs/openSourceAppList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,13 @@ const projects: App[] = [
linkName: "SunalRhal",
link: "https://sunal-rahal.vercel.app",
},
{
description: "RobertHavelaar.dev - A Modern Portfolio and Tool Showcase",
repoName: "EastTexasElectronics/portfolio",
repo: "https://github.com/EastTexasElectronics/portfolio",
linkName: "RobertHavelaar.dev",
link: "https://www.roberthavelaar.dev/",
},
];

export default function OpenSourceAppList({
Expand Down

0 comments on commit 9fec15b

Please sign in to comment.