diff --git a/src/index.tsx b/src/index.tsx
index f339010..7580a85 100755
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -97,8 +97,10 @@ function Content() {
Check out the new Docs!
Open them using
-
@@ -118,7 +120,7 @@ function Content() {
}
return (
- <>
+
{ Navigation.CloseSideMenus(); Navigation.Navigate(DOCUMENTATION_PATH); }}>
{docs_card}
@@ -147,7 +149,7 @@ function Content() {
)}
- >
+
);
};