summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/views/nav.overlay.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/site/projects/museum/views/nav.overlay.js')
-rw-r--r--frontend/site/projects/museum/views/nav.overlay.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/site/projects/museum/views/nav.overlay.js b/frontend/site/projects/museum/views/nav.overlay.js
index e4a1a46..69cc67a 100644
--- a/frontend/site/projects/museum/views/nav.overlay.js
+++ b/frontend/site/projects/museum/views/nav.overlay.js
@@ -153,7 +153,7 @@ export default class NavOverlay extends Component {
)
)}
<TextOverlay location={this.props.location} match={this.props.match} />
- <Subtitles location={this.props.location} match={this.props.match} />
+ <SubtitlesOverlay location={this.props.location} match={this.props.match} />
</div>
)
}