Skip to content

Commit

Permalink
Fix icon Font awesome error (#8026)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlazypanda committed Jun 14, 2020
1 parent 300cd5e commit f4dfdcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/_header.html.erb
Expand Up @@ -11,7 +11,7 @@
<!-- ||| menu, displayed for mobile: -->
<a class="navbar-brand ml-lg-5" id="brand" href="<%= root_path %>">Public Lab</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#header-navbar-collapse">
<span class="fas fa-bars fa-white"></span>
<span class="fa fa-bars fa-white"></span>
</button>

<div class="collapse navbar-collapse" id="header-navbar-collapse">
Expand Down
2 changes: 1 addition & 1 deletion app/views/map/_mapDependencies.html.erb
Expand Up @@ -9,7 +9,7 @@
<%= javascript_include_tag('/lib/leaflet-environmental-layers/dist/LeafletEnvironmentalLayers.js') %>
<%= javascript_include_tag('/lib/leaflet-environmental-layers/src/windRoseLayer.js') %>
<%= javascript_include_tag('/lib/leaflet-fullhash/leaflet-fullHash.js') %>
<%= stylesheet_link_tag('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0-2/css/all.min.css') %>
<%= javascript_include_tag('https://unpkg.com/esri-leaflet@2.2.3/dist/esri-leaflet.js') %>
<%= javascript_include_tag('https://unpkg.com/esri-leaflet-renderers@2.0.6') %>
Expand Down

0 comments on commit f4dfdcb

Please sign in to comment.