diff --git a/app/assets/images/brand/logo_black_no_bg.png b/app/assets/images/brand/logo_black_no_bg.png new file mode 100644 index 0000000..f69333d Binary files /dev/null and b/app/assets/images/brand/logo_black_no_bg.png differ diff --git a/app/controllers/static_controller.rb b/app/controllers/static_controller.rb index 1f452ad..8c021ef 100644 --- a/app/controllers/static_controller.rb +++ b/app/controllers/static_controller.rb @@ -1,4 +1,5 @@ class StaticController < ApplicationController def pricing + @user = current_user end end diff --git a/app/views/devise/registrations/edit.html.erb b/app/views/devise/registrations/edit.html.erb index 643c243..b758396 100644 --- a/app/views/devise/registrations/edit.html.erb +++ b/app/views/devise/registrations/edit.html.erb @@ -3,8 +3,6 @@ Edit <%= resource_name.to_s.humanize %> - <%= link_to "Pricing", pricing_path, class: "hover:underline" %> - <%= form_for(resource, as: resource_name, url: registration_path(resource_name), html: { method: :put, class: "space-y-6" }) do |f| %> <%= render "devise/shared/error_messages", resource: resource %> diff --git a/app/views/layouts/_navbar.html.erb b/app/views/layouts/_navbar.html.erb index 41b115d..5072513 100644 --- a/app/views/layouts/_navbar.html.erb +++ b/app/views/layouts/_navbar.html.erb @@ -1,15 +1,27 @@ -