Skip to content

Commit 68320a5

Browse files
committed
Removed unneeded markup from GeoData links in navigation
1 parent 0c0f13f commit 68320a5

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)