return <Container fluid>
<Helmet>
- <title>{t('map.heading')}</title>
+ <title>{t('map.heading')} - {t(`map.${activeMap}Long`)}</title>
<meta name="description" content={t('map.description')} />
</Helmet>
<CanonicalLinks base={`/map/${activeMap}`} />
<OpenSeadragon ref={container}>
<div className="d-flex align-items-start justify-content-between">
- <h1>{t('map.heading')}</h1>
+ <h1>{t('map.heading')} - {t(`map.${activeMap}Long`)}</h1>
<Buttons setUWOverlay={setUWOverlay} uwOverlay={uwOverlay} />
</div>
<div ref={container} style={{ height: '80vh' }} />