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
+
Download Model
) @@ -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 ( +
+ Launch On Quest +
+ ) +} + function DiagramList({display, onClick}) { const [dbList, setDbList] = useState([]); useEffect(() => {