From 9a1e77e786b627c2cf27c5a3f9d0edb40d0a2931 Mon Sep 17 00:00:00 2001 From: Malaber Date: Mon, 17 Mar 2025 16:14:53 +0100 Subject: [PATCH] Title for chevron --- js/components/GroupStage.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/components/GroupStage.js b/js/components/GroupStage.js index f930ba4..1135e15 100644 --- a/js/components/GroupStage.js +++ b/js/components/GroupStage.js @@ -44,6 +44,7 @@ function ShowMatchesToggleChevron(props) { color="link" onClick={props.toggle} className="position-absolute top-0 end-0 m-2 mt-1 button-no-focus" + title={props.show ? 'Matches ausblenden' : 'Matches einblenden'} >