This is an automated email from the ASF dual-hosted git repository.

apratim pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 663e7b5  Update menuData.tsx
663e7b5 is described below

commit 663e7b5ecf9eb32d46d75b1b46c842634c07710a
Author: Apratim Shukla <[email protected]>
AuthorDate: Thu Nov 28 16:07:02 2024 -0800

    Update menuData.tsx
---
 src/components/Header/menuData.tsx | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/src/components/Header/menuData.tsx 
b/src/components/Header/menuData.tsx
index ea0cf4d..1d4bc95 100644
--- a/src/components/Header/menuData.tsx
+++ b/src/components/Header/menuData.tsx
@@ -16,8 +16,22 @@ const menuData: Menu[] = [
   {
     id: 3,
     title: "Demo",
-    path: "https://youtu.be/ewtFSwjitsg";,
+    path: "",
     newTab: true,
+    submenu: [
+      {
+        id: 31,
+        title: "ResilientDB Demo",
+        path: "https://youtu.be/ewtFSwjitsg";,
+        newTab: true,
+      },
+      {
+        id: 32,
+        title: "Quickstart",
+        path: "https://quickstart.resilientdb.com";,
+        newTab: true,
+      },
+    ]
   },
   {
     id: 4,

Reply via email to