diff --git a/src/PowderCoating.Web/Controllers/DashboardController.cs b/src/PowderCoating.Web/Controllers/DashboardController.cs index a353c23..0dc3f75 100644 --- a/src/PowderCoating.Web/Controllers/DashboardController.cs +++ b/src/PowderCoating.Web/Controllers/DashboardController.cs @@ -767,7 +767,7 @@ public class DashboardController : Controller DoneSubLabel = "Your payment defaults are locked in.", Icon = "bi-file-earmark-text", CtaText = "Set payment terms", - CtaUrl = Url.Action("Index", "CompanySettings") + "#general" + CtaUrl = Url.Action("Index", "CompanySettings") + "#app-defaults" } };