Skip to content

Commit

Permalink
Link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Apr 8, 2024
1 parent dc1b18d commit 8365a30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/template/Hero/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion components/template/License.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8365a30

Please sign in to comment.