diff --git a/pages/landing/DesignerSection.vue b/pages/landing/DesignerSection.vue index c35e7866f..0fe6e60b2 100644 --- a/pages/landing/DesignerSection.vue +++ b/pages/landing/DesignerSection.vue @@ -2,7 +2,7 @@
Theme Designer

Designer is the ultimate tool to create your own PrimeVue experience powered by a SASS based theme engine with 500+ variables and a Visual Designer.

-
+
diff --git a/pages/landing/FeaturesSection.vue b/pages/landing/FeaturesSection.vue index 289c221cd..cd4898838 100644 --- a/pages/landing/FeaturesSection.vue +++ b/pages/landing/FeaturesSection.vue @@ -2,7 +2,7 @@
Features

PrimeVue is the most complete solution for your UI requirements.

-
+
components icon diff --git a/pages/landing/TemplateSection.vue b/pages/landing/TemplateSection.vue index 56c947dd0..aefe6866f 100644 --- a/pages/landing/TemplateSection.vue +++ b/pages/landing/TemplateSection.vue @@ -113,7 +113,7 @@ export default { const isDark = this.$appState.darkTheme; const url = template === 'templates-text' ? 'png' : 'jpeg'; - return `url('images/landing/templates/${template}-${isDark ? 'dark' : 'light'}.${url}')`; + return `url('https://primefaces.org/cdn/primevue/images/landing/templates/${template}-${isDark ? 'dark' : 'light'}.${url}')`; }, templateImg() { return `images/landing/templates/templates-text-${this.$appState.darkTheme ? 'dark' : 'light'}.png`; diff --git a/pages/landing/ThemeSection.vue b/pages/landing/ThemeSection.vue index 5951ddf15..dc5f7b093 100644 --- a/pages/landing/ThemeSection.vue +++ b/pages/landing/ThemeSection.vue @@ -8,7 +8,7 @@ more...
-
+