Skip to content

Commit

Permalink
Revert "Merge pull request #1212 from alliance-genome/fix_json_data"
Browse files Browse the repository at this point in the history
This reverts commit 8b2e1fd, reversing
changes made to b778e6b.
  • Loading branch information
motenko committed Nov 12, 2023
1 parent 0d90d68 commit 2a7ac19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/main-app/src/containers/genePage/GeneMetaTags.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const GeneMetaTags = ({gene}) => {
datePublished: dateProduced,
dateModified: dateProduced,
description: [
gene.name,
gene.automatedGeneSynopsis,
gene.geneSynopsis,
gene.geneSynopsisUrl
Expand All @@ -41,7 +40,7 @@ const GeneMetaTags = ({gene}) => {
'name': 'Alliance of Genome Resources'
},
version: '2.0',
license: "https://creativecommons.org/licenses/by/4.0",
license: 'CC BY 4.0',
},
// based on this: https://github.com/BioSchemas/specifications/tree/master/Gene/examples
// bioschemas section
Expand Down

0 comments on commit 2a7ac19

Please sign in to comment.