fix deeplink link in package page uinstall button:

This commit is contained in:
neil molina 2023-05-10 07:52:43 +08:00
parent 2e07660405
commit 7f28fe5e94
No known key found for this signature in database
GPG key ID: 52D69BF1F02F4267

View file

@ -21,7 +21,7 @@
<button class="hbtn hb-fill-right mb-3" style="width:100% !important;">VIEW ON GITHUB</button>
</a>
{{end}} -->
<a target="_blank" href="tea://package/{{.Params.full_name}}">
<a target="_blank" href="tea://packages/{{- .full_name -}}">
<button class="hbtn hb-fill-right mb-3" style="width:100% !important;">INSTALL WITH GUI</button>
</a>
</div>