From 56d8a3217b27851f20473038b44d31dd406075b9 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 20 Jul 2026 22:32:48 +0200 Subject: [PATCH] Uebersicht: Abstand vor Top-Performer-Karte Co-Authored-By: Claude Opus 4.8 --- App/teacher.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App/teacher.html b/App/teacher.html index 34c543b..c8deb26 100644 --- a/App/teacher.html +++ b/App/teacher.html @@ -2442,7 +2442,7 @@ async function loadOverview() { // === Sektion C: Top-Performer (3 Karten) === if (top.length > 0) { - html += '
🏆 Top-Performer
'; + html += '
🏆 Top-Performer
'; html += '
'; var medals = ['🥇','🥈','🥉']; top.forEach(function(r, i) {