Updated blocks link
parent
b8a283e95a
commit
f27253cf07
|
@ -114,11 +114,11 @@
|
|||
"children": [
|
||||
{
|
||||
"name": "Free Blocks",
|
||||
"href": "https://www.primefaces.org/primeblocks-vue/#/free"
|
||||
"href": "https://blocks.primevue.org/#/free"
|
||||
},
|
||||
{
|
||||
"name": "All Blocks",
|
||||
"href": "https://www.primefaces.org/primeblocks-vue/"
|
||||
"href": "https://blocks.primevue.org"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -220,7 +220,7 @@
|
|||
</transition>
|
||||
</li>
|
||||
<li class="topbar-submenu topbar-resources-submenu">
|
||||
<a href="https://www.primefaces.org/primeblocks-vue/#/" target="_blank"><span>Blocks</span></a>
|
||||
<a href="https://blocks.primevue.org" target="_blank"><span>Blocks</span></a>
|
||||
</li>
|
||||
<li class="topbar-submenu">
|
||||
<a tabindex="0" @click="toggleMenu($event, 3)">v3.23.0</a>
|
||||
|
|
|
@ -102,7 +102,7 @@ export default {
|
|||
return false;
|
||||
},
|
||||
redirect() {
|
||||
window.location.href = 'https://www.primefaces.org/primeblocks-vue';
|
||||
window.location.href = 'https://blocks.primevue.org';
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<template>
|
||||
<section id="blocks-section" class="landing-blocks pt-8 overflow-hidden">
|
||||
<div class="section-header">PrimeBlocks</div>
|
||||
<p class="section-detail">350+ ready to copy-paste UI blocks to build spectacular applications in no time.</p>
|
||||
<p class="section-detail">400+ ready to copy-paste UI blocks to build spectacular applications in no time.</p>
|
||||
<div class="flex justify-content-center mt-4">
|
||||
<a href="https://www.primefaces.org/primeblocks-vue" class="font-semibold p-3 border-round flex align-items-center linkbox active z-2">
|
||||
<a href="https://blocks.primevue.org" class="font-semibold p-3 border-round flex align-items-center linkbox active z-2">
|
||||
<span>Learn More</span>
|
||||
<i class="pi pi-arrow-right ml-2"></i>
|
||||
</a>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
</router-link>
|
||||
</li>
|
||||
<li class="mr-0 lg:mr-2">
|
||||
<a href="https://www.primefaces.org/primeblocks-vue">
|
||||
<a href="https://blocks.primevue.org">
|
||||
<img src="/demo/images/landing/blocks-icon.svg" alt="primevue templates" />
|
||||
<span>Blocks</span>
|
||||
</a>
|
||||
|
|
|
@ -53,12 +53,12 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="p-2 flex flex-row md:flex-column">
|
||||
<div class="hero-box w-10rem h-10rem md:w-12rem md:h-12rem animation flex align-items-center justify-content-center" @click="navigateTo('https://www.primefaces.org/primeblocks-vue')">
|
||||
<div class="hero-box w-10rem h-10rem md:w-12rem md:h-12rem animation flex align-items-center justify-content-center" @click="navigateTo('https://blocks.primevue.org')">
|
||||
<div class="flex flex-column align-items-center">
|
||||
<img src="/demo/images/landing/blocks-icon.svg" alt="primevue templates" />
|
||||
<div class="name">
|
||||
<b>Prime Blocks</b>
|
||||
<span>350+ UI Blocks</span>
|
||||
<span>400+ UI Blocks</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue