From dd94eeb3d06a1dca9d51a800394dee6bacf8209c Mon Sep 17 00:00:00 2001 From: shivangrawat30 Date: Thu, 19 Oct 2023 19:06:26 +0530 Subject: [PATCH] minor changes Signed-off-by: shivangrawat30 --- lib/KLogo/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/KLogo/index.vue b/lib/KLogo/index.vue index 934f15bdb..6384f816d 100644 --- a/lib/KLogo/index.vue +++ b/lib/KLogo/index.vue @@ -24,7 +24,7 @@ name: 'KLogo', props: { /** - * Alternate text for the image. This is required and will throw a warning when it's not provided (empty) unless isDecorative is true + * Alternate text for the image. This is required and will throw a warning when it's not provided (empty) */ altText: { type: String,