Skip to content

Commit

Permalink
Revert "Merge pull request #263 from nypublicradio/spooky-scary"
Browse files Browse the repository at this point in the history
This reverts commit 710c447, reversing
changes made to 6f95c76.
  • Loading branch information
Brian Whitton committed Nov 1, 2018
1 parent 710c447 commit c25932f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default Route.extend(ApplicationRouteMixin, {

title(tokens = []) {
let siteName = 'WNYC';
let tagline = 'Boo York Pumpkin Afradio, Podcasts, Live Streaming Radio, News';
let tagline = 'New York Public Radio, Podcasts, Live Streaming Radio, News';

// combine the first two items if the second item stats with `:`
if (tokens[1] && tokens[1].startsWith(':')) {
Expand Down

0 comments on commit c25932f

Please sign in to comment.