diff --git a/web/app/assets/javascripts/invitationDialog.js.erb b/web/app/assets/javascripts/invitationDialog.js.erb index c0b2a3794..9048a39e5 100644 --- a/web/app/assets/javascripts/invitationDialog.js.erb +++ b/web/app/assets/javascripts/invitationDialog.js.erb @@ -194,7 +194,7 @@ var obj = { method: 'feed', link: signupUrl, - picture: 'http://jamkazam.com/assets/logo.png', + picture: 'http://www.jamkazam.com/assets/web/logo-512.png', name: 'Join me on JamKazam', caption: 'Play live music in real-time sessions with others over the Internet, as if in the same room.', description: '', diff --git a/web/app/controllers/corps_controller.rb b/web/app/controllers/corps_controller.rb index b81f2fd28..2ac1e93ca 100644 --- a/web/app/controllers/corps_controller.rb +++ b/web/app/controllers/corps_controller.rb @@ -50,11 +50,6 @@ class CorpsController < ApplicationController end - # TODO: FIX THIS - def press_releases_launch - - end - def privacy end diff --git a/web/app/views/corps/features.html.erb b/web/app/views/corps/features.html.erb index 10892e941..62e87c4b5 100644 --- a/web/app/views/corps/features.html.erb +++ b/web/app/views/corps/features.html.erb @@ -77,7 +77,7 @@ Finally, musicians can use JamKazam to find other musicians in their area, check out their skills, styles, and listen to their performances, and connect to play together online and/or offline.

-

BENEFITS:

+

BENEFITS:


Everyone who plays music knows that it’s far more fun to play with others than to play alone. But many musicians – especially amateur musicians – are not in bands and don’t have established networks of musician friends to play with, simply because of the time and logistical challenges of playing with others, as described earlier. With JamKazam, musicians can easily find other musicians in their area who want to play together online, and who have complementary instruments, skill levels, and musical interests. And they can easily try playing with others without the risk or investment of time to meet in person.

\ No newline at end of file diff --git a/web/app/views/corps/media_center.html.erb b/web/app/views/corps/media_center.html.erb index 4eff9e873..90c9435d8 100644 --- a/web/app/views/corps/media_center.html.erb +++ b/web/app/views/corps/media_center.html.erb @@ -46,7 +46,7 @@

diff --git a/web/config/routes.rb b/web/config/routes.rb index eae9c98cb..64d0dc9f7 100644 --- a/web/config/routes.rb +++ b/web/config/routes.rb @@ -106,9 +106,6 @@ SampleApp::Application.routes.draw do match '/audio', to: 'corps#audio', as: 'corp_audio' match '/videos', to: 'corps#videos', as: 'corp_videos' - # TODO: make this more dynamic and managed via admin - match '/press-releases/launch', to: 'corps#press_releases_launch', as: 'corp_press_releases_launch' - # contact routes match '/contact', to: 'corps#contact', as: 'corp_contact'