diff --git a/public/index.html b/public/index.html index 2950de6..337c575 100644 --- a/public/index.html +++ b/public/index.html @@ -3,11 +3,18 @@ - + + + + + Tree of Science - - - - + + + + - - - + + + - + - Tree of Science diff --git a/public/manifest.json b/public/manifest.json index cf9db77..4f27875 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,9 @@ { + "manifest_version": 2, + "version": "1.0", "short_name": "ToS", - "name": "tos.coreofscience.com", + "description": "Tree of Science allows you to explore bibliographic data from Web of Science and Scopus, it digests this bibliographic information and uses graph analysis to inform you of the most important documents you need to read in order to understand a document.", + "name": "Tree of Science", "icons": [ { "src": "android-icon-36x36.png", @@ -41,6 +44,6 @@ ], "start_url": ".", "display": "standalone", - "theme_color": "#000000", - "background_color": "#ffffff" + "theme_color": "#009d35", + "background_color": "#fcfcfc" } diff --git a/src/components/vectors/CancelFile.tsx b/src/components/vectors/CancelFile.tsx index afae414..908a0b2 100644 --- a/src/components/vectors/CancelFile.tsx +++ b/src/components/vectors/CancelFile.tsx @@ -7,7 +7,12 @@ const CancelFile = () => ( fill="none" viewBox="0 0 18 18" > - + + Cancel + + + + ); diff --git a/src/components/vectors/CopyImage.tsx b/src/components/vectors/CopyImage.tsx index 4c3726a..de74aa1 100644 --- a/src/components/vectors/CopyImage.tsx +++ b/src/components/vectors/CopyImage.tsx @@ -7,6 +7,9 @@ const CopyImage = () => ( viewBox="0 0 25 25" fill="none" > + + Copy + diff --git a/src/components/vectors/CoreOfScience.tsx b/src/components/vectors/CoreOfScience.tsx index eb46119..9a7e4cd 100644 --- a/src/components/vectors/CoreOfScience.tsx +++ b/src/components/vectors/CoreOfScience.tsx @@ -13,6 +13,7 @@ const CoreOfScience = ({ ...props }) => ( core of science logo ); diff --git a/src/components/vectors/FacebookIcon.tsx b/src/components/vectors/FacebookIcon.tsx index 17f3258..08ded2d 100644 --- a/src/components/vectors/FacebookIcon.tsx +++ b/src/components/vectors/FacebookIcon.tsx @@ -2,6 +2,9 @@ import React from "react"; const FacebookIcon = () => ( + + Facebook + ); diff --git a/src/components/vectors/GitHubIcon.tsx b/src/components/vectors/GitHubIcon.tsx index 05033e1..073d6b5 100644 --- a/src/components/vectors/GitHubIcon.tsx +++ b/src/components/vectors/GitHubIcon.tsx @@ -2,6 +2,9 @@ import React from "react"; const GitHubIcon = () => ( + + GitHub + ); diff --git a/src/components/vectors/MoveFirstIcon.tsx b/src/components/vectors/MoveFirstIcon.tsx index 49094eb..99d7d22 100644 --- a/src/components/vectors/MoveFirstIcon.tsx +++ b/src/components/vectors/MoveFirstIcon.tsx @@ -7,6 +7,9 @@ const MoveFirstIcon = () => ( fill="none" xmlns="http://www.w3.org/2000/svg" > + + Move Up + ( +const StarImgage = () => ( ( viewBox="0 0 25 23" className="star-svg-icon" > + + Star + diff --git a/src/components/vectors/TreeOfScience.tsx b/src/components/vectors/TreeOfScience.tsx index a2cde25..60434ba 100644 --- a/src/components/vectors/TreeOfScience.tsx +++ b/src/components/vectors/TreeOfScience.tsx @@ -22,7 +22,8 @@ const TREE_OF_SCIENCE = ` const TreeOfScience = ({ ...props }) => ( core of science logo ); diff --git a/src/components/vectors/TwitterIcon.tsx b/src/components/vectors/TwitterIcon.tsx index 03e3d41..57dacc7 100644 --- a/src/components/vectors/TwitterIcon.tsx +++ b/src/components/vectors/TwitterIcon.tsx @@ -2,6 +2,9 @@ import React from "react"; const TwitterIcon = () => ( + + Twitter + ); diff --git a/src/components/vectors/YoutubeIcon.tsx b/src/components/vectors/YoutubeIcon.tsx index 80afb16..b4c7ec9 100644 --- a/src/components/vectors/YoutubeIcon.tsx +++ b/src/components/vectors/YoutubeIcon.tsx @@ -2,8 +2,13 @@ import React from "react"; const YoutubeIcon = () => ( - - + + YouTube + + + + + );