Skip to content

Commit

Permalink
Update Meta Tags to Rails 7.2 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth authored Aug 16, 2024
1 parent fcf1c00 commit b040445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/concerns/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module Metadata

def set_default_meta_tags
set_meta_tags({
description: "A collection of talks of Ruby conferences around the world, built using Rails 7.1, Hotwire and Kamal"
description: "A collection of talks of Ruby conferences around the world, built using Rails 7.2, Hotwire and Kamal"
})
end
end

0 comments on commit b040445

Please sign in to comment.