CTA --> Partial

This commit is contained in:
Thomas Smith 2022-09-07 15:45:18 -04:00
parent f5d748a4a4
commit 291e697ba2
2 changed files with 4 additions and 5 deletions

View file

@ -12,10 +12,6 @@
</div>
</div>
</div>
<hr>
<div class="row button-container">
<a href="#" role="button" class="btn btn-primary auth-btn mt-lg-0 mt-md-0 mt-sm-4 mt-4" id="nav-cta">Authenticate with tea</a>
</div>
<hr>
{{- partial "full-width-cta.html" . -}}
</section>
{{ end }}

View file

@ -1,2 +1,5 @@
<hr>
<div class="row button-container">
<a href="#" role="button" class="btn btn-primary auth-btn mt-lg-0 mt-md-0 mt-sm-4 mt-4" id="nav-cta">Authenticate with tea</a>
</div>
<hr>