From 247d34907c46620a66b9e752e61f33652bbac876 Mon Sep 17 00:00:00 2001 From: ChrisBAshton Date: Thu, 10 Oct 2024 13:34:56 +0100 Subject: [PATCH] Add SFO brand colour option Introduced in https://github.com/alphagov/govuk-frontend/pull/5389 Trello: https://trello.com/c/HJ81fNUF/2988-add-brand-color-for-sfo --- app/models/organisation_brand_colour.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/models/organisation_brand_colour.rb b/app/models/organisation_brand_colour.rb index ef61aefd049..4e5f670ed6d 100644 --- a/app/models/organisation_brand_colour.rb +++ b/app/models/organisation_brand_colour.rb @@ -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