White paper API, auth btn class, linktree link

This commit is contained in:
Thomas Smith 2022-11-03 08:12:07 -04:00
parent 672cad96b0
commit 31181c6979
3 changed files with 3 additions and 3 deletions

View file

@ -78,7 +78,7 @@
const getAdobeDcView = () => {
if (!adobeDcView) {
adobeDCView = new AdobeDC.View({
clientId: "fc933927b4e947c2aaf9a7b33b26f0b4",
clientId: "1bc8ce732a184ccdade4f74f81375401",
divId: "adobe-dc-view"
});
}

View file

@ -175,6 +175,6 @@
</style>
<a href="https://github.com/login/oauth/authorize?client_id=9d1f1a72f1300b6991df&state=teaxyz" class="gf-container animated-5 animatedFadeInUp fadeInUp" style="background-color:#8EC7BF;">
<a href="https://github.com/login/oauth/authorize?client_id=9d1f1a72f1300b6991df&state=teaxyz" class="gf-container animated-5 animatedFadeInUp fadeInUp auth-btn" style="background-color:#8EC7BF;">
AUTHENTICATE
</a>

View file

@ -30,7 +30,7 @@
</div>
<div class="row">
<div class="col-lg-6">
<p class="small">©2022 tea inc. You can also share our <a href="" class="teal">Linktree</a>.</p>
<p class="small">©2022 tea inc. You can also share our <a href="https://linktr.ee/teaxyz" class="teal">Linktree</a>.</p>
</div>
<div class="col-lg-6">
{{- partial "footer-nav.html" . -}}