Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title><%= content_for(:title) || "Battlemage" %></title>
<title><%= content_for(:title) || "Flavortown" %></title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta property="og:type" content="website">
<meta name="twitter:site" content="@hackclub">
<meta name="twitter:creator" content="@hackclub">
<meta property="og:locale" content="en_US">
<meta property="og:site_name" content="Battlemage - Hack Club">
<meta property="og:site_name" content="Flavortown - Hack Club">
<%= csrf_meta_tags %>
<%= csp_meta_tag %>

Expand Down
4 changes: 2 additions & 2 deletions app/views/pwa/manifest.json.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Battlemage",
"name": "Flavortown",
"icons": [
{
"src": "/icon.png",
Expand All @@ -16,7 +16,7 @@
"start_url": "/",
"display": "standalone",
"scope": "/",
"description": "Battlemage.",
"description": "Flavortown.",
"theme_color": "red",
"background_color": "red"
}
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)

module Battlemage
module Flavortown
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 8.0
Expand Down
Loading