Skip to content

Commit

Permalink
Merge pull request #9647 from alphagov/update-class-nov-24
Browse files Browse the repository at this point in the history
Update organisation classes
  • Loading branch information
AshGDS authored Dec 13, 2024
2 parents 5cff9ec + 5d220eb commit f2da467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/organisation_brand_colour.rb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def self.find(class_name)
TheOfficeOfTheLeaderOfTheHouseOfCommons = create!(
id: 24,
title: "Office of the Leader of the House of Commons",
class_name: "the-office-of-the-leader-of-the-house-of-commons",
class_name: "office-of-the-leader-of-the-house-of-commons",
)
UKExportFinance = create!(
id: 25,
Expand Down Expand Up @@ -165,7 +165,7 @@ def self.find(class_name)
DepartmentForScienceInnovationAndTechnology = create!(
id: 32,
title: "Department for Science, Innovation & Technology",
class_name: "department-for-science-innovation-and-technology",
class_name: "department-for-science-innovation-technology",
)
PrimeMinistersOffice10DowningStreet = create!(
id: 33,
Expand Down

0 comments on commit f2da467

Please sign in to comment.