diff --git a/ui/src/assets/geomodels/ProviderModelInfo.json b/ui/src/assets/geomodels/ProviderModelInfo.json index 4751186..27f8e45 100644 --- a/ui/src/assets/geomodels/ProviderModelInfo.json +++ b/ui/src/assets/geomodels/ProviderModelInfo.json @@ -37,12 +37,12 @@ "name": "Geochemistry", "models": [ { - "name": "AusGeoChem", - "icon": "AusGeoChem.png", + "name": "EarthBank", + "icon": "EarthBank.png", "colourClass": "all", "srcUrl" : "https://ausgeochem.auscope.org.au/", "infoUrl": "", - "infoMessage": "AusGeoChem provides the geochemistry community with a bespoke tool to explore, upload, disseminate and extract geo-sample and geochemistry data in a global geospatial context" + "infoMessage": "EarthBank provides the geochemistry community with a bespoke tool to explore, upload, disseminate and extract geo-sample and geochemistry data in a global geospatial context" } ], diff --git a/ui/src/assets/images/AusGeoChem.png b/ui/src/assets/images/AusGeoChem.png deleted file mode 100644 index cde08c1..0000000 Binary files a/ui/src/assets/images/AusGeoChem.png and /dev/null differ diff --git a/ui/src/assets/images/EarthBank.png b/ui/src/assets/images/EarthBank.png new file mode 100644 index 0000000..42ce5e4 Binary files /dev/null and b/ui/src/assets/images/EarthBank.png differ