We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0f13f commit 68320a5Copy full SHA for 68320a5
app/views/layouts/_site_header.html.erb
@@ -21,11 +21,8 @@
21
<nav class="main-navigation" aria-label="Main navigation">
22
<%= nav_link_to("Home", root_path) %>
23
<% if Flipflop.enabled?(:gdt) %>
24
- <div class="wrap-gis-links">
25
<%= nav_link_to("GIS at MIT", "https://libraries.mit.edu/gis") %>
26
- <span class="nav-divider" aria-hidden="true">|</span>
27
<%= nav_link_to("Ask GIS", "https://libraries.mit.edu/ask-gis") %>
28
- </div>
29
<% end %>
30
</nav>
31
</header>
0 commit comments