Skip to content

Commit

Permalink
Enables button and banner link
Browse files Browse the repository at this point in the history
  • Loading branch information
sadiejay committed Oct 30, 2024
1 parent 0ab5460 commit d432d4d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ annual_reports:

banner:
text: "Save the Date: The Opportunity Project 2024 Product Showcase is December 11, 2024!"
# href: /proposal/
# isExternal: false
href: https://www.youtube.com/watch?v=Jj6WyVAmvmQ&list=PLewV-zKXDZkghdjPUCmmU02T7xI2dUPme
isExternal: true


top-bill: https://www.congress.gov/bill/116th-congress/house-bill/3528/text
Expand Down
4 changes: 2 additions & 2 deletions _includes/announcement-banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<div class="usa-banner__inner">
<div class="grid-col-fill tablet:grid-col-auto">
<p class="usa-banner__header-text font-sans-xs">
<!-- <a href="{% unless banner.isExternal %}{{site.baseurl}}{% endunless %}{{ banner.href }}"> -->
<a href="{% unless banner.isExternal %}{{site.baseurl}}{% endunless %}{{ banner.href }}">
{{ banner.text }}
<!-- </a> -->
</a>
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/summit.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cta-one:
text: RSVP
href: https://www.youtube.com/watch?v=Jj6WyVAmvmQ&list=PLewV-zKXDZkghdjPUCmmU02T7xI2dUPme
isExternal: true
class: usa-button--secondary margin-top-1 display-none
class: usa-button--secondary margin-top-1

video-one:
class: highlight-video-section tablet:width-full
Expand Down

0 comments on commit d432d4d

Please sign in to comment.