diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index af726d413..cf31d33a9 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -19,7 +19,7 @@ class UsersController < ApplicationController #Added by young menu_item :activity menu_item :user_information, :only => :info - menu_item :project, :only => :user_projects + menu_item :user_project, :only => :user_projects menu_item :requirement_focus, :only => :watch_bids menu_item :user_newfeedback, :only => :user_newfeedback #Ended by young diff --git a/public/images/logo.png b/public/images/logo.png index 5015e9be2..9a5bf367d 100644 Binary files a/public/images/logo.png and b/public/images/logo.png differ