From c6da7fe8c39da3f923d3bbc6b13322136abff6d7 Mon Sep 17 00:00:00 2001 From: Frank Ali Date: Mon, 22 Oct 2018 22:12:32 -0400 Subject: [PATCH] Updating URL Pointing url for "Learn more about Resources for Researchers" to prod --- src/views/home/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/home/index.js b/src/views/home/index.js index 6830b0c..0da7792 100644 --- a/src/views/home/index.js +++ b/src/views/home/index.js @@ -84,7 +84,7 @@ export class Home extends React.Component {

Resources for Researchers is a directory of NCI-supported tools and services for cancer researchers. Most resources are free of cost and available to anyone.  - Learn more about Resources for Researchers. + Learn more about Resources for Researchers.

@@ -178,4 +178,4 @@ const mapDispatchToProps = { setFetchingStatus, } -export default connect(mapStateToProps, mapDispatchToProps)(Home); \ No newline at end of file +export default connect(mapStateToProps, mapDispatchToProps)(Home);