feat: implement multilingual SEO support and enhance map UI with data synchronization updates

This commit is contained in:
David Fencl
2026-06-06 17:24:30 +02:00
parent 66021e001e
commit 6395df1992
30 changed files with 3036 additions and 280 deletions
+2 -2
View File
@@ -36,7 +36,7 @@ const KpiCards = ({ data, language, lakeName = 'Lipno 1' }: Props) => {
}, [showTooltip]);
return (
<div className="kpi-grid-container">
<>
{/* CARD 1: HLADINA */}
<div className="kpi-card">
<div style={{ fontSize: '1rem', color: 'var(--text-muted)', marginBottom: '0.5rem' }}>
@@ -146,7 +146,7 @@ const KpiCards = ({ data, language, lakeName = 'Lipno 1' }: Props) => {
</div>
</div>
</div>
</div>
</>
);
};