Skip to content

Commit

Permalink
Merge pull request #9829 from alphagov/updates
Browse files Browse the repository at this point in the history
Adding logo and brand colour
  • Loading branch information
ChrisBAshton authored Jan 20, 2025
2 parents efe5c06 + de94794 commit 42695d8
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -182,4 +182,9 @@ def self.find(class_name)
title: "Serious Fraud Office",
class_name: "serious-fraud-office",
)
Gds = create!(
id: 36,
title: "GDS",
class_name: "government-digital-service",
)
end
3 changes: 3 additions & 0 deletions app/models/organisation_logo_type.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,7 @@ def self.find(class_name)
PrimeMinistersOffice10DowningStreet = create!(
id: 16, title: "Prime Minister's Office, 10 Downing Street", class_name: "no10",
)
GdsCrest = create!(
id: 17, title: "GDS", class_name: "gds",
)
end

0 comments on commit 42695d8

Please sign in to comment.