From e0e1a7e9e41c332ebfbae29c3758833fa911ceb2 Mon Sep 17 00:00:00 2001 From: Al Duncanson Date: Wed, 7 Nov 2018 17:24:43 -0500 Subject: [PATCH] new disqus --- src/components/SightingDetail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SightingDetail.js b/src/components/SightingDetail.js index 01618b8..fb3f6a5 100644 --- a/src/components/SightingDetail.js +++ b/src/components/SightingDetail.js @@ -133,7 +133,7 @@ class SightingDetail extends Component { } render() { - const disqusShortname = 'https-marten-application-netlify-com'; + const disqusShortname = 'marten-tracker'; const disqusConfig = { url: `http://localhost:3000/${this.props.detail.id}`, identifier: this.props.detail.id,