Cleaned up link code for projects and added git vs web links
All checks were successful
Docker Deploy / build-and-push (push) Successful in 5m7s

This commit is contained in:
2025-10-14 12:59:10 -06:00
parent 94146782cb
commit 0d474804ec
6 changed files with 76 additions and 56 deletions

View File

@@ -20,10 +20,11 @@ export interface Project {
id: string;
name: string;
description: string;
link: string;
webLink?: string;
status?: string;
iosLink?: string;
androidLink?: string;
gitLink?: string;
giteaInfo?: GiteaRepoInfo;
}