Merge pull request #287 from teaxyz/tracking-adjustments

Added classes for tag manager
This commit is contained in:
Thomas Smith 2023-03-01 15:52:43 -05:00 committed by GitHub
commit 704b6f0a47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
<div class="row desktop-ctas">
<div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12">
<a href="https://github.com/teaxyz/cli#getting-started">
<button class="hbtn hb-fill-right" style="width:100% !important;">INSTALL TEA (<span class="release" style="text-transform:lowercase;"></span>)</button>
<button class="hbtn hb-fill-right github-click" style="width:100% !important;">INSTALL TEA (<span class="release" style="text-transform:lowercase;"></span>)</button>
</a>
</div>
<div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12">
<a href="https://github.com/teaxyz/cli">
<button class="hbtn-light hb-light-fill-right" style="width:100% !important;">GITHUB (<span class="stargazers" style="text-transform:uppercase;"></span>)</button>
<button class="hbtn-light hb-light-fill-right github-click-secondary" style="width:100% !important;">GITHUB (<span class="stargazers" style="text-transform:uppercase;"></span>)</button>
</a>
</div>
</div>