summaryrefslogtreecommitdiff
path: root/client/src/lib/views/nav.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/lib/views/nav.js')
-rw-r--r--client/src/lib/views/nav.js2
1 files changed, 1 insertions, 1 deletions
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