Skip to content

Commit

Permalink
Fix typo in contentblock task
Browse files Browse the repository at this point in the history
  • Loading branch information
alepbloyd committed Jan 9, 2024
1 parent 2dcf07b commit 99d93b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/gwss.rake
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ namespace :gwss do
ContentBlock.find_or_create_by(name: "header_text_color").update!(value: "#444444")
ContentBlock.find_or_create_by(name: "link_color").update!(value: "#28659A")
ContentBlock.find_or_create_by(name: "footer_link_color").update!(value: "#FFFFFF")
ContentBlock.find_or_create_by(name: "primary_buttom_background_color").update!(value: "#28659A")
ContentBlock.find_or_create_by(name: "primary_button_background_color").update!(value: "#28659A")
ContentBlock.find_or_create_by(name: "featured_researcher").update!(value: featured_researcher_html.read)
ContentBlock.find_or_create_by(name: "about_page").update!(value: about_page_html.read)
ContentBlock.find_or_create_by(name: "help_page").update!(value: help_page_html.read)
Expand Down

0 comments on commit 99d93b4

Please sign in to comment.