Merge pull request #303 from teaxyz/add-additional-install-text-below-oneliner

Add text about additional install methods below one-liner
This commit is contained in:
Thomas Smith 2023-03-21 09:59:02 -04:00 committed by GitHub
commit 53dfe4528c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -160,6 +160,7 @@
<div class="row">
<div class="col">
{{- partial "click-to-copy.html" . -}}
<p class="no-installer grid-gray text-center"><span class="tea">tea</span> is a stand&#8208;alone binary, see <a class="install-link" href="https://docs.tea.xyz/getting-started/install-tea/without-installer">our docs</a> for more installation methods.</p>
</div>
</div>
</div>
@ -167,6 +168,14 @@
<style>
.install-link{
color: #00ffd0;
}
.install-link:hover{
color: #ffffff;
}
.term-icon{
position: relative;
top: 3px;