From 03be864a08f0552c4f5b5e0b85c8c939fd49c7b9 Mon Sep 17 00:00:00 2001 From: Sadegh Barati Date: Fri, 29 Sep 2023 14:36:06 +0330 Subject: [PATCH] fix: class-name -> class --- apps/www/src/examples/forms/components/AppearanceForm.vue | 2 +- apps/www/src/lib/registry/default/example/CardChat.vue | 6 +++--- .../src/lib/registry/default/example/Cards/DataTable.vue | 2 +- apps/www/src/lib/registry/default/example/TableDemo.vue | 4 ++-- .../src/lib/registry/new-york/example/Cards/DataTable.vue | 2 +- apps/www/src/lib/registry/new-york/example/TableDemo.vue | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/apps/www/src/examples/forms/components/AppearanceForm.vue b/apps/www/src/examples/forms/components/AppearanceForm.vue index 16ac2aed..0cd81695 100644 --- a/apps/www/src/examples/forms/components/AppearanceForm.vue +++ b/apps/www/src/examples/forms/components/AppearanceForm.vue @@ -83,7 +83,7 @@ const onSubmit = handleSubmit((values) => { - + Theme Select the theme for the dashboard. diff --git a/apps/www/src/lib/registry/default/example/CardChat.vue b/apps/www/src/lib/registry/default/example/CardChat.vue index 40ca139e..66089f4e 100644 --- a/apps/www/src/lib/registry/default/example/CardChat.vue +++ b/apps/www/src/lib/registry/default/example/CardChat.vue @@ -67,16 +67,16 @@ const selectedUsers = ref([])