Link fixes

pull/5556/head
tugcekucukoglu 2024-04-08 13:44:54 +03:00
parent dc1b18d7e5
commit 8365a30f5b
2 changed files with 3 additions and 3 deletions

View File

@ -16,11 +16,11 @@
</div>
<div class="template-hero-card-links">
<a :href="templateHeroData.supportHref ?? 'https://github.com/orgs/primefaces/discussions/categories/primevue-templates'" target="_blank">
<i class="pi pi-github" :style="{ fontsize: '1rem' }" />
<i class="pi pi-github" />
<span>{{ templateHeroData.free ? 'Open Issues' : 'Get Support' }}</span>
</a>
<a :href="templateHeroData.docHref" target="_blank">
<i class="pi pi-book" :style="{ fontSize: '1rem' }" />
<i class="pi pi-book" />
<span>Read Doc</span>
</a>
</div>

View File

@ -20,7 +20,7 @@
<p class="template-license-description">{{ license.description }}</p>
<p class="template-license-visit">
Visit the
<a href="{license.documentLink}" target="_blank"> official documentation </a> for more information.
<a :href="license.documentLink" target="_blank"> official documentation </a> for more information.
</p>
</div>
</div>