Change URLs to use the new domain

This commit is contained in:
Javi Martín
2023-07-07 15:01:41 +02:00
parent 629756dd15
commit 054aef3854
20 changed files with 37 additions and 37 deletions

View File

@@ -13,7 +13,7 @@ section "Creating header and cards for the homepage" do
-> { I18n.t("seeds.cards.header.#{attribute}") }
end
).merge(
link_url: "http://consulproject.org/",
link_url: "http://consuldemocracy.org/",
header: true,
image_attributes: create_image_attachment("header")
)