Skip to content

Commit

Permalink
Add TiredDoctorManhattan
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey85 committed Dec 29, 2023
1 parent a280fd3 commit 6c198f5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions AboutMe/Wasm/Pages/Projects.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ public partial class Projects
GitHubUrl = "https://github.com/codemonkey85/BarcodeHelper",
Screenshots = [],
}, // Barcode Helper
new()
{
Name = "Tired Doctor Manhattan",
Description = "Doctor Manhattan is tired of stuff",
WebUrl = "https://codemonkey85.github.io/TiredDoctorManhattan/",
GitHubUrl = "https://github.com/codemonkey85/TiredDoctorManhattan",
Screenshots = [],
}, // Tired Doctor Manhattan
];

private class Project
Expand Down

0 comments on commit 6c198f5

Please sign in to comment.