Updated designer links

pull/3613/head
Cagatay Civici 2023-01-31 01:55:30 +03:00
parent f27253cf07
commit f54f71d83c
6 changed files with 6 additions and 6 deletions

View File

@ -74,7 +74,7 @@
},
{
"name": "Visual Editor",
"href": "https://www.primefaces.org/designer-vue"
"href": "https://designer.primevue.org"
},
{
"name": "Colors",

View File

@ -21,7 +21,7 @@
<a href="https://www.primefaces.org/designer/primevue"><i class="pi pi-fw pi-palette" /><span>Designer</span></a>
</li>
<li>
<a href="https://www.primefaces.org/designer-vue"><i class="pi pi-fw pi-desktop" /><span>Visual Editor</span></a>
<a href="https://designer.primevue.org"><i class="pi pi-fw pi-desktop" /><span>Visual Editor</span></a>
</li>
<li>
<router-link to="/icons"><i class="pi pi-fw pi-info-circle" /><span>Icons</span></router-link>

View File

@ -48,7 +48,7 @@
</div>
</div>
<a href="https://www.primefaces.org/designer-vue" class="font-semibold p-3 border-round flex align-items-center linkbox active">
<a href="https://designer.primevue.org" class="font-semibold p-3 border-round flex align-items-center linkbox active">
<span>View Full Version</span>
<i class="pi pi-arrow-right ml-auto"></i>
</a>

View File

@ -20,7 +20,7 @@
</a>
</li>
<li class="mr-0 lg:mr-2">
<a href="https://www.primefaces.org/designer-vue">
<a href="https://designer.primevue.org">
<img src="/demo/images/landing/designer-icon.svg" alt="primevue templates" />
<span>Designer</span>
</a>

View File

@ -12,7 +12,7 @@
</div>
</div>
</div>
<div class="hero-box w-10rem h-10rem md:w-12rem md:h-12rem animation ml-4 md:ml-0 md:mt-4 flex align-items-center justify-content-center" @click="navigateTo('https://www.primefaces.org/designer-vue')">
<div class="hero-box w-10rem h-10rem md:w-12rem md:h-12rem animation ml-4 md:ml-0 md:mt-4 flex align-items-center justify-content-center" @click="navigateTo('https://designer.primevue.org')">
<div class="flex flex-column align-items-center">
<img src="/demo/images/landing/designer-icon.svg" alt="primevue templates" />
<div class="name">

View File

@ -6,7 +6,7 @@
<button type="button" :class="['font-medium linkbox mr-3 mt-4', { active: theme && theme.startsWith('lara') }]" @click="changeTheme('lara', 'blue')">PrimeOne</button>
<button type="button" :class="['font-medium linkbox mr-3 mt-4', { active: theme && theme.startsWith('md') }]" @click="changeTheme('md', 'indigo')">Material</button>
<button type="button" :class="['font-medium linkbox mr-3 mt-4', { active: theme && theme.startsWith('bootstrap4') }]" @click="changeTheme('bootstrap4', 'blue')">Bootstrap</button>
<a type="button" class="font-medium p-link linkbox mt-4" href="https://www.primefaces.org/designer-vue">more...</a>
<a type="button" class="font-medium p-link linkbox mt-4" href="https://designer.primevue.org">more...</a>
</div>
<div class="themes-main flex mt-7 justify-content-center pad-section" :style="{ backgroundImage: `url('demo/images/landing/wave-${$appState.darkTheme ? 'dark-alt' : 'light-alt'}.svg')`, backgroundSize: 'cover' }">
<div class="box overflow-hidden z-1 p-5 table-container">