From 62ec1900c5b21a7b87887f8b2b7c7b12b86efb64 Mon Sep 17 00:00:00 2001 From: Jon Dewi Jones Date: Tue, 7 Nov 2023 16:35:45 +0000 Subject: [PATCH] update version of design system to e0a75c3 --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index c07a6d2..e3cab02 100644 --- a/config/config.go +++ b/config/config.go @@ -44,7 +44,7 @@ func Get() (*Config, error) { if envCfg.Debug { envCfg.PatternLibraryAssetsPath = "http://localhost:9002/dist/assets" } else { - envCfg.PatternLibraryAssetsPath = "//cdn.ons.gov.uk/dp-design-system/b28f101" + envCfg.PatternLibraryAssetsPath = "//cdn.ons.gov.uk/dp-design-system/e0a75c3" } return envCfg, nil }