Skip to content

Commit

Permalink
Merge pull request #525 from hargata/Hargata/sponsor.tiers
Browse files Browse the repository at this point in the history
Updated Sponsors File Path
  • Loading branch information
hargata committed May 21, 2024
2 parents 3f62cd4 + 78ae71f commit 0707b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Helper/StaticHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static class StaticHelper
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)
Expand Down

0 comments on commit 0707b51

Please sign in to comment.