diff --git a/content/projects/flutter.md b/content/projects/flutter.md
index 79a8f82c1..8d9370c17 100644
--- a/content/projects/flutter.md
+++ b/content/projects/flutter.md
@@ -2,8 +2,8 @@
title: "Experiments with Flutter mobile app development"
description: "A project to develop a mobile app for the Fitzwilliam Museum"
institution: Fitzwilliam Museum
-geo_lat: 52.199722
-gei_lon: 0.119167
+geo_lat: 52.199444
+geo_lon: 0.119167
GitHub_repo:
- url: https://github.com/FitzwilliamMuseum/fitz-flutter-app
name: Flutter App source code
@@ -18,7 +18,7 @@ tags:
- mobile
- dart
- android 12
- - ios
+ - IOS
- museums
- creative economy
featuredImg: ../images/2022/flutter/splashscreen.png
diff --git a/package-lock.json b/package-lock.json
index f3038d336..d632a8fb1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -26,7 +26,7 @@
"gatsby-plugin-image": "^3.12.3",
"gatsby-plugin-manifest": "^5.12.3",
"gatsby-plugin-mdx": "^5.12.3",
- "gatsby-plugin-react-svg": "github:tsamantanis/gatsby-plugin-react-svg",
+ "gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-scroll-indicator": "^1.0.1",
"gatsby-plugin-sharp": "^5.12.3",
@@ -11695,9 +11695,9 @@
}
},
"node_modules/gatsby-plugin-react-svg": {
- "version": "3.2.0",
- "resolved": "git+ssh://git@github.com/tsamantanis/gatsby-plugin-react-svg.git#863062253bf61eee2fa46276bbf8b2346980e8c0",
- "license": "MIT",
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-react-svg/-/gatsby-plugin-react-svg-3.3.0.tgz",
+ "integrity": "sha512-kFPElMFu1QCkiFCm1pSrVkOHAeafU6wkD0qCVPs7nL/Txh5KFh0aOO6Feiwvfre1Jo+Eg3lwCuGmgsy9L+4pDg==",
"dependencies": {
"svg-react-loader": "^0.4.6"
},
diff --git a/package.json b/package.json
index f68b7bbae..1caec58f0 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
"gatsby-plugin-image": "^3.12.3",
"gatsby-plugin-manifest": "^5.12.3",
"gatsby-plugin-mdx": "^5.12.3",
- "gatsby-plugin-react-svg": "github:tsamantanis/gatsby-plugin-react-svg",
+ "gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-scroll-indicator": "^1.0.1",
"gatsby-plugin-sharp": "^5.12.3",
diff --git a/src/components/elements/fair-data.js b/src/components/elements/fair-data.js
index 1a8b535da..59c0007c6 100644
--- a/src/components/elements/fair-data.js
+++ b/src/components/elements/fair-data.js
@@ -1,13 +1,13 @@
import React from "react"
import PropTypes from "prop-types"
import Image from "react-bootstrap/Image";
-import {Link} from "gatsby";
+import Button from 'react-bootstrap/Button';
const FairData = ({zenodo_doi, github_repo, project_website, deposited_archive}) => (
{project_website &&
}
@@ -27,7 +27,7 @@ const FairData = ({zenodo_doi, github_repo, project_website, deposited_archive})
Data sources
- {zenodo_doi && -
+ {zenodo_doi &&
-
}
{github_repo &&
{github_repo.map((item, i) => (
diff --git a/src/components/structure/nav.js b/src/components/structure/nav.js
index ab34345a4..01cd76e70 100644
--- a/src/components/structure/nav.js
+++ b/src/components/structure/nav.js
@@ -10,7 +10,7 @@ const NavBar = ({siteTitle, menuLinks}) => (
}}
>
-
-
+
diff --git a/src/templates/photogrammetry-page.js b/src/templates/photogrammetry-page.js
index bec100d9a..44b239c85 100644
--- a/src/templates/photogrammetry-page.js
+++ b/src/templates/photogrammetry-page.js
@@ -25,7 +25,7 @@ export default function PhotogrammetryPageTemplate({data: {markdownRemark}}) {
-
+
-
+