Skip to content

Commit

Permalink
update version of design system to e0a75c3
Browse files Browse the repository at this point in the history
  • Loading branch information
jondewijones committed Nov 7, 2023
1 parent 162d192 commit 62ec190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 62ec190

Please sign in to comment.