From 8a3db4083fbe60a3b6a4849f9739ebcf2864d493 Mon Sep 17 00:00:00 2001 From: Dogma <103559271+ArtificialDogma@users.noreply.github.com> Date: Mon, 15 Apr 2024 21:41:51 +1000 Subject: [PATCH] Updated Main Menu - Updated iconography - Included animation - Adjusted colours etc --- frontend/react/src/ui/panels/mainmenu.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/react/src/ui/panels/mainmenu.tsx b/frontend/react/src/ui/panels/mainmenu.tsx index 63a1b462..6019569c 100644 --- a/frontend/react/src/ui/panels/mainmenu.tsx +++ b/frontend/react/src/ui/panels/mainmenu.tsx @@ -1,6 +1,6 @@ import React from "react"; import { Menu } from "./components/menu"; -import { faArrowRightLong, faCheckCircle, faDatabase, faFileAlt, faFileExport, faFileImport } from '@fortawesome/free-solid-svg-icons'; +import { faArrowRightLong, faCheckCircle, faDatabase, faExternalLink, faExternalLinkAlt, faFile, faFileAlt, faFileExport, faFileImport, faTimesCircle } from '@fortawesome/free-solid-svg-icons'; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import { VERSION } from "../../olympusapp"; import { faGithub } from "@fortawesome/free-brands-svg-icons"; @@ -16,14 +16,14 @@ export function MainMenu(props: { showBackButton={false} onClose={props.onClose} > -
+
Version {VERSION}
-
{/**/}View on GitHub
-
{/**/}View User Guide
-
{/**/}Database Manager
-
{/**/}Export to file
-
{/**/}Import from file
-
{/**/}Close Olympus
+
{/**/}View GitHub Repo
+
{/**/}View User Guide
+
{/**/}Database Manager
+
{/**/}Export to file
+
{/**/}Import from file
+
{/**/}Close Olympus
} \ No newline at end of file