From 028b7b3725b082e37af31dc8d1c143a86f7ccbdc Mon Sep 17 00:00:00 2001 From: Coding Date: Fri, 23 Jul 2021 16:51:01 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Navbar=20Improvements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added transitions to stuff --- dashboard/src/components/dashboard/Layout.vue | 8 ++++---- dashboard/src/components/docs/DocsLayout.vue | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dashboard/src/components/dashboard/Layout.vue b/dashboard/src/components/dashboard/Layout.vue index 79d19701..88c6b0ed 100644 --- a/dashboard/src/components/dashboard/Layout.vue +++ b/dashboard/src/components/dashboard/Layout.vue @@ -7,21 +7,21 @@ -

Zeppelin Dashboard

+

Zeppelin Dashboard

+ class="py-1 px-2 rounded hover:bg-gray-700 transition duration-250"> Go to documentation
diff --git a/dashboard/src/components/docs/DocsLayout.vue b/dashboard/src/components/docs/DocsLayout.vue index e8657d8a..126d25a4 100644 --- a/dashboard/src/components/docs/DocsLayout.vue +++ b/dashboard/src/components/docs/DocsLayout.vue @@ -8,14 +8,14 @@ -

Zeppelin Documentation

+

Zeppelin Documentation