From 4b9ee6a454682ba06bffa45d2c8314e64b7de91e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dalibor=20Stuchl=C3=ADk?= <3445@mail.muni.cz> Date: Fri, 27 May 2022 23:49:06 +0200 Subject: [PATCH] Update HomePage.tsx --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 4ed61cd..0fafa68 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -144,7 +144,7 @@ export const HomePage: FunctionComponent = () => { <section className="pb-5"> <Container fluid className="px-0"> <Row> - <h2 className="display-3">Data overview</h2> + <h2 className="display-3">Datenübersicht</h2> </Row> {/* <Row> <img -- GitLab