diff --git a/src/assets/images/logo-white.svg b/src/assets/images/logo-white.svg
new file mode 100644
index 000000000..86f08abca
--- /dev/null
+++ b/src/assets/images/logo-white.svg
@@ -0,0 +1,25 @@
+
+
\ No newline at end of file
diff --git a/src/views/button/ButtonDemo.vue b/src/views/button/ButtonDemo.vue
index 8ec64b25b..f720b935d 100755
--- a/src/views/button/ButtonDemo.vue
+++ b/src/views/button/ButtonDemo.vue
@@ -108,6 +108,15 @@
+
Templating
+
+
+
Button Set
diff --git a/src/views/button/ButtonDoc.vue b/src/views/button/ButtonDoc.vue
index 197694095..7f9941b2d 100755
--- a/src/views/button/ButtonDoc.vue
+++ b/src/views/button/ButtonDoc.vue
@@ -119,11 +119,16 @@ import Button from 'primevue/button';
-
Slot
-
Custom content can be placed inside the button via the default slot. Note that when slot is used, label, icon and badge properties are not included.
+
Templating
+
Custom content such as icons, images and text can be placed inside the button via the default slot. Note that when slot is used, label, icon and badge properties are not included.