From f148ecd6dffb0e631ae084b96b09a45119007a76 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 2 Jun 2017 11:56:50 -0400 Subject: rebuild --- client/src/lib/views/nav.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/lib/views/nav.js') diff --git a/client/src/lib/views/nav.js b/client/src/lib/views/nav.js index 83f9aa4..fe2e4b7 100644 --- a/client/src/lib/views/nav.js +++ b/client/src/lib/views/nav.js @@ -33,7 +33,7 @@ export default class Nav extends Component { } render() { let opacity = 1 - if (this.props.location.pathname === '/' || this.props.location.pathname === '/home') { + if (this.props.location.pathname === '/' || this.props.location.pathname === '/home' || this.props.location.pathname === '/site.html') { opacity = 0 } const min = this.props.min || 0 -- cgit v1.2.3-70-g09d2