Merge pull request #8 from lorow/patch-2

Fix - add missing link to osc setup page
This commit is contained in:
Prohurtz 2023-05-05 07:29:31 -05:00 committed by GitHub
commit c474e10102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,7 @@ const theme = {
items: [
{ text: "Installing and setting up the ETVR App", link: "/software_guide/eyetrackvr_app_guide" },
{ text: "Building the app from source", link: "/software_guide/build_software" },
{ text: "Setting up OSC recenter/recalibrate", link: "/software_guide/osc_setup" },
],
},
{
@ -96,4 +97,4 @@ const theme = {
const ThemeSettings = {}
export { theme, ThemeSettings }
export { theme, ThemeSettings }