Skip to content

Commit

Permalink
fix(page-title): rename feeder to Dovetail Podcasts
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonhundt committed Feb 22, 2024
1 parent c3cf5ce commit b8c5dc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title><%= content_for?(:title) ? content_for(:title) : "Feeder" %></title>
<title><%= content_for?(:title) ? content_for(:title) : "Dovetail Podcasts" %></title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/plain.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title><%= content_for?(:title) ? content_for(:title) : "Feeder" %></title>
<title><%= content_for?(:title) ? content_for(:title) : "Dovetail Podcasts" %></title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
Expand Down

0 comments on commit b8c5dc2

Please sign in to comment.