Skip to content

Commit

Permalink
Merge pull request #6365 from alphagov/add-dluhc-brand-colour
Browse files Browse the repository at this point in the history
Add organisation colour for Department for Levelling Up, Housing and Communities (DLUHC)
  • Loading branch information
brucebolt authored Nov 18, 2021
2 parents 49021b0 + 1a66e4b commit f32ca8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/models/organisation_brand_colour.rb
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,9 @@ def self.find(class_name)
title: "Foreign, Commonwealth & Development Office",
class_name: "foreign-commonwealth-development-office",
)
DepartmentForLevellingUpHousingAndCommunities = create!(
id: 31,
title: "Department for Levelling Up, Housing & Communities",
class_name: "department-for-levelling-up-housing-and-communities",
)
end

0 comments on commit f32ca8b

Please sign in to comment.