Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Change button from join to contact button
  • Loading branch information
claredillon authored Dec 15, 2023
1 parent eabe010 commit b96b845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h2>{{ .title | markdownify }}</h2>
<div class="row justify-content-center">
</div>
<div class="row d-flex justify-content-center">
<a href="/about/join/" class="btn btn-primary btn-sm">Want to Join? Get in Touch!</a>
<a href="/about/contact/" class="btn btn-primary btn-sm">Click here to contact the CURIOSS team!</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -49,4 +49,4 @@ <h4 class="mb-4">{{ .title | markdownify }}</h4>
{{ end }}


{{ end }}
{{ end }}

0 comments on commit b96b845

Please sign in to comment.