diff --git a/app/views/shared/_header_navbar.html.erb b/app/views/shared/_header_navbar.html.erb index 6ec78fe..bf48bca 100644 --- a/app/views/shared/_header_navbar.html.erb +++ b/app/views/shared/_header_navbar.html.erb @@ -1,19 +1,18 @@ - - - - <%= link_to (image_tag 'geodata_logo_color.svg', {:"data-svg-fallback" => "#{image_path('geodata_logo.png')}", :alt => 'GeoData @ UC Berkeley'}), root_path %> - - - + + + <%= link_to (image_tag 'geodata_logo_color.svg', {:"data-svg-fallback" => "#{image_path('geodata_logo.png')}", :alt => 'GeoData @ UC Berkeley'}), root_path %> + + + - - <%= render 'shared/user_util_links' %> + + <%= render 'shared/user_util_links' %> + - - - - <%= render_search_bar %> - - + + + <%= render_search_bar %> + + \ No newline at end of file