Skip to content

Commit

Permalink
Merge pull request #9510 from alphagov/add-sfo-brand
Browse files Browse the repository at this point in the history
Add SFO brand colour option
  • Loading branch information
ChrisBAshton authored Oct 10, 2024
2 parents 610aa87 + 247d349 commit 9b46e93
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 @@ -177,4 +177,9 @@ def self.find(class_name)
title: "Ministry of Housing, Communities & Local Government",
class_name: "ministry-of-housing-communities-local-government",
)
SeriousFraudOffice = create!(
id: 35,
title: "Serious Fraud Office",
class_name: "serious-fraud-office",
)
end

0 comments on commit 9b46e93

Please sign in to comment.