Added sponsor section.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-05-21 15:29:46 -06:00
parent a5b0fde4b6
commit 47657c0093
7 changed files with 99 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ namespace CarCareTracker.Helper
public static string GenericErrorMessage = "An error occurred, please try again later";
public static string ReminderEmailTemplate = "defaults/reminderemailtemplate.txt";
public static string DefaultAllowedFileExtensions = ".png,.jpg,.jpeg,.pdf,.xls,.xlsx,.docx";
public static string SponsorsPath = "https://raw.githubusercontent.com/hargata/hargata/main/sponsors.json";
public static string GetTitleCaseReminderUrgency(ReminderUrgency input)
{
switch (input)