diff --git a/public/demo/data/treetablenodes.json b/public/demo/data/treetablenodes.json index 91a8604ef..e1f316232 100644 --- a/public/demo/data/treetablenodes.json +++ b/public/demo/data/treetablenodes.json @@ -308,7 +308,7 @@ { "key": "7-1", "data":{ - "name":"primeng.png", + "name":"primevue.png", "size":"30kb", "type":"Picture" } diff --git a/src/views/Home.vue b/src/views/Home.vue index 3162f8ac0..cf92448e8 100755 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -183,7 +183,7 @@
PrimeVue is a design-agnostic library and the theming system is based on the Theme Designer, the official tool to create themes for the components. Designer includes a SASS enabled infrastructure that has over 500 customizable variables, a live editor and a Vue-CLI application to test your themes with ease along with built-in theme samples that are embedded in PrimeVue Core.
diff --git a/src/views/datatable/DataTableCrudDemo.vue b/src/views/datatable/DataTableCrudDemo.vue index 8c22faa0b..b236d927f 100755 --- a/src/views/datatable/DataTableCrudDemo.vue +++ b/src/views/datatable/DataTableCrudDemo.vue @@ -3,7 +3,7 @@This samples demonstrates a CRUD implementation using various PrimeReact components.
+This samples demonstrates a CRUD implementation using various PrimeVue components.
PrimeReact components internally use PrimeIcons library, the official icons suite from PrimeTek.
+PrimeVue components internally use PrimeIcons library, the official icons suite from PrimeTek.