From 2b17de5460a9ddf0ed8f38cdf06eda9d92597f28 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Mon, 24 Jun 2019 00:53:55 -0400 Subject: link status color to non-beta status (#638) --- src/SMAPI.Web/Views/Mods/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/SMAPI.Web/Views/Mods') diff --git a/src/SMAPI.Web/Views/Mods/Index.cshtml b/src/SMAPI.Web/Views/Mods/Index.cshtml index 46f98fa6..48b0f8dc 100644 --- a/src/SMAPI.Web/Views/Mods/Index.cshtml +++ b/src/SMAPI.Web/Views/Mods/Index.cshtml @@ -66,7 +66,7 @@ - + {{mod.Name}} (aka {{mod.AlternateNames}}) -- cgit