Skip to content

Commit

Permalink
Merge pull request #359 from nypublicradio/mwalsh/FE-152
Browse files Browse the repository at this point in the history
Move stories section
  • Loading branch information
walsh9 authored Sep 9, 2024
2 parents 89974e6 + da50342 commit 96cec26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/components/centennial/centennial-nav/template.hbs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<div class="centennial-nav centennial-module l-constrained">
<ul>
<li><a href="#stories">Share your New York Stories</a></li>
<li><a href="#explore">Explore the Centennial</a></li>
<li><a href="#support">Support us</a></li>
<li><a href="#history">Our History</a></li>
<li><a href="#events">Events</a></li>
<li><a href="#stories">Share your New York Stories</a></li>
<li><a href="#sponsors">Sponsors</a></li>
</ul>
</div>
Expand Down
4 changes: 2 additions & 2 deletions app/templates/centennial.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
{{centennial/centennial-nav}}

{{centennial/centennial-message}}
<span class="centennial-nav-anchor" id="stories"></span>
{{centennial/centennial-new-york-stories}}
<span class="centennial-nav-anchor" id="explore"></span>
{{centennial/centennial-explore
category1Title=model.featuredCategory1.title
Expand All @@ -24,8 +26,6 @@
{{centennial/centennial-archives items=model.archiveItems}}
<span class="centennial-nav-anchor" id="events"></span>
{{centennial/centennial-events events=model.events}}
<span class="centennial-nav-anchor" id="stories"></span>
{{centennial/centennial-new-york-stories}}
{{centennial/centennial-double-cta}}
<span class="centennial-nav-anchor" id="sponsors"></span>
{{centennial/centennial-major-sponsor}}
Expand Down

0 comments on commit 96cec26

Please sign in to comment.