From d053cb08aef304d42d4ea1b9c40207592c93568e Mon Sep 17 00:00:00 2001 From: Michael Mainguy Date: Mon, 25 Mar 2024 09:51:14 -0500 Subject: [PATCH] Re added quest link. --- src/react/webApp.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/react/webApp.tsx b/src/react/webApp.tsx index e7a02d9..20367f2 100644 --- a/src/react/webApp.tsx +++ b/src/react/webApp.tsx @@ -6,6 +6,7 @@ function MainMenu({onClick}) {
Diagrams
Enter VR
+ ) @@ -52,6 +53,15 @@ function KeyboardHelp({display, onClick}) { ) } +function QuestLink() { + const link = "https://www.oculus.com/open_url/?url=https://www.deepdiagram.com" + document.location.pathname; + return ( + + ) +} + function DiagramList({display, onClick}) { const [dbList, setDbList] = useState([]); useEffect(() => {