-
+
Nuxt UI Pro v1.0 is out with dashboard components!
diff --git a/docs/components/BranchSelect.vue b/docs/components/BranchSelect.vue
deleted file mode 100644
index 676fa569..00000000
--- a/docs/components/BranchSelect.vue
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
- {{ branch.label }}
-
- {{ branch.suffix }}
-
-
-
-
-
-
-
- {{ item.label }}
-
- {{ item.suffix }}
-
-
-
-
-
-
diff --git a/docs/components/Header.vue b/docs/components/Header.vue
index 41036733..e5463594 100644
--- a/docs/components/Header.vue
+++ b/docs/components/Header.vue
@@ -5,13 +5,16 @@
'border-primary-200/75 dark:border-primary-900/50': $route.path === '/',
'border-gray-200 dark:border-gray-800': $route.path !== '/'
}"
+ :ui="{
+ left: 'min-w-0'
+ }"
>
-
-
+
+
+
-
-
+
@@ -38,8 +41,6 @@
-
-
@@ -48,6 +49,7 @@