Cleanup, grammar fixes, and build fix

This commit is contained in:
2026-06-18 15:00:53 -04:00
parent 9ef921f772
commit 9130cdd66f
29 changed files with 115 additions and 187 deletions
+1
View File
@@ -7,4 +7,5 @@ public class GameDoc
public string? Link { get; set; }
public string? Git { get; set; }
public string ContentHtml { get; set; } = string.Empty;
public bool? IsVisible { get; set; } = true;
}