Updated Sponsors File Path

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-05-21 15:41:05 -06:00
parent 47657c0093
commit 78ae71fc46

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 SponsorsPath = "https://hargata.github.io/hargata/sponsors.json";
public static string GetTitleCaseReminderUrgency(ReminderUrgency input)
{
switch (input)