Skip to content

Commit

Permalink
Add SFO brand colour option
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBAshton committed Oct 10, 2024
1 parent 09cd479 commit 247d349
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 247d349

Please sign in to comment.