diff --git a/dashboard/src2/components/AppSidebar.vue b/dashboard/src2/components/AppSidebar.vue index d40ac073e6..f6e819dc05 100644 --- a/dashboard/src2/components/AppSidebar.vue +++ b/dashboard/src2/components/AppSidebar.vue @@ -32,10 +32,10 @@ class="flex w-[204px] items-center rounded-md px-2 py-2 text-left" :class="open ? 'bg-white shadow-sm' : 'hover:bg-gray-200'" > - +
- Frappe Cloud + {{ brandName }}
diff --git a/dashboard/src2/components/BrandLogo.vue b/dashboard/src2/components/BrandLogo.vue new file mode 100644 index 0000000000..2b4e6bad98 --- /dev/null +++ b/dashboard/src2/components/BrandLogo.vue @@ -0,0 +1,44 @@ + + diff --git a/dashboard/src2/components/Onboarding.vue b/dashboard/src2/components/Onboarding.vue index 8f1cbe5351..3f402f448c 100644 --- a/dashboard/src2/components/Onboarding.vue +++ b/dashboard/src2/components/Onboarding.vue @@ -1,8 +1,11 @@