update: index

This commit is contained in:
2024-04-02 12:38:00 +05:30
parent d719c861cd
commit 7fef361337

View File

@@ -20,7 +20,7 @@
target="_blank" rel="noopener" target="_blank" rel="noopener"
{{ end }}> {{ end }}>
{{ .label }} {{ .label }}
<i class="fa fa-arrow-right pl-2"></i> <i class="fa fa-file-arrow-down pl-2"></i>
</a> </a>
{{ end }} {{ end }}
{{ end }} {{ end }}
@@ -65,9 +65,9 @@
</ul> </ul>
{{ with .button }} {{ with .button }}
{{ if .enable }} {{ if .enable }}
<a class="btn btn-primary mt-6" href="{{ .link | absURL }}"> <a class="btn btn-primary mt-6 justify-center" href="{{ .link | absURL }}">
{{ .label }} {{ .label }}
<i class="fa fa-arrow-right pl-2"></i> <i class="fa fa-person-running pl-2"></i>
</a> </a>
{{ end }} {{ end }}
{{ end }} {{ end }}