Skip to content

Commit 4efba2c

Browse files
authored
Merge pull request #248 from MITLibraries/use-128
USE-123 - Removed unneeded markup from GeoData links in navigation
2 parents 0c0f13f + 68320a5 commit 4efba2c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/views/layouts/_site_header.html.erb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,8 @@
2121
<nav class="main-navigation" aria-label="Main navigation">
2222
<%= nav_link_to("Home", root_path) %>
2323
<% if Flipflop.enabled?(:gdt) %>
24-
<div class="wrap-gis-links">
2524
<%= nav_link_to("GIS at MIT", "https://libraries.mit.edu/gis") %>
26-
<span class="nav-divider" aria-hidden="true">|</span>
2725
<%= nav_link_to("Ask GIS", "https://libraries.mit.edu/ask-gis") %>
28-
</div>
2926
<% end %>
3027
</nav>
3128
</header>

0 commit comments

Comments
 (0)