Skip to content

Commit

Permalink
fixing learn more broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
jcasman committed Nov 20, 2024
1 parent 6a328e6 commit a342af9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ format: html
}
.scroll-title {
background-color: rgb(30, 81, 164);
color: white;
color: white;
display: inline-block;
padding: 10px;
cursor: pointer;
Expand Down Expand Up @@ -162,7 +162,7 @@ format: html
</a>
</div>
</div>
<button class="darkButton"><a href="about/index.qmd" style="text-decoration: none;">LEARN MORE</a></button>
<button class="darkButton"><a href="about/governance.qmd" style="text-decoration: none;">GOVERNANCE</a></button>
<button class="darkButton"><a href="rc-docs/RC-AR-2023_Final-Draft_1-30-24.pdf" style="text-decoration: none;">READ OUR ANNUAL REPORT 2023</a></button>

</section>
Expand Down

0 comments on commit a342af9

Please sign in to comment.