diff --git a/Code/UI/GetWebInfo.cs b/Code/UI/GetWebInfo.cs index a8e2e9c..0399166 100644 --- a/Code/UI/GetWebInfo.cs +++ b/Code/UI/GetWebInfo.cs @@ -64,10 +64,10 @@ namespace Flowframes.UI if (status.Contains("Active")) { if (tier.Contains("Gold")) - goldPatrons.Add(name); + goldPatrons.Add(name.Trunc(30)); if (tier.Contains("Silver")) - silverPatrons.Add(name); + silverPatrons.Add(name.Trunc(30)); } }