From b95ca51718bdb35ddc8f6745591962daec1227a4 Mon Sep 17 00:00:00 2001
From: danielreti <47542969+danielreti@users.noreply.github.com>
Date: Wed, 20 Sep 2023 11:44:44 +1000
Subject: [PATCH] Added graphql link + changed title to metamist (#549)
---
web/src/index.html | 2 +-
web/src/shared/components/Header/NavBar.tsx | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/web/src/index.html b/web/src/index.html
index 74c7cadab..913637632 100644
--- a/web/src/index.html
+++ b/web/src/index.html
@@ -8,7 +8,7 @@
-
CPG Sample Metadata
+ CPG Metamist
diff --git a/web/src/shared/components/Header/NavBar.tsx b/web/src/shared/components/Header/NavBar.tsx
index 69da89ca4..1b9cd09f0 100644
--- a/web/src/shared/components/Header/NavBar.tsx
+++ b/web/src/shared/components/Header/NavBar.tsx
@@ -7,6 +7,7 @@ import { Popup } from 'semantic-ui-react'
import ExploreIcon from '@mui/icons-material/Explore'
import DescriptionIcon from '@mui/icons-material/Description'
import InsightsIcon from '@mui/icons-material/Insights'
+import BuildIcon from '@mui/icons-material/Build'
import Searchbar from './Search'
import MuckTheDuck from '../MuckTheDuck'
import DarkModeTriButton from './DarkModeTriButton/DarkModeTriButton'
@@ -60,6 +61,14 @@ const NavBar: React.FunctionComponent = () => (
+
+ GraphQL
+
+ } hoverable position="bottom center">
+ GraphQL
+
+
+