From 1df2ec1cf609db916a41ffc862eeeb617f8690db Mon Sep 17 00:00:00 2001 From: aqquq <jannik.wurche@student.uni-halle.de> Date: Wed, 3 Jul 2024 00:10:14 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=BF=20update=20HomeView=20with=20Quiz?= =?UTF-8?q?=20ID=20for=20my=20presentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Pages/HomeView.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pages/HomeView.elm b/src/Pages/HomeView.elm index 8735f23..54d062b 100644 --- a/src/Pages/HomeView.elm +++ b/src/Pages/HomeView.elm @@ -16,7 +16,7 @@ homeView model = else if startsWith "Error" model.error then p [ class "danger" ] [ text model.quizId ] else - p [] [ text "zum testen: mwPpDw0HlJ1l65WObssa, 4tH5RYt62lho5q5TsabW" ] + p [] [ text "zum testen: y9sM9sY9gb9hVqnOX4Zc, mwPpDw0HlJ1l65WObssa" ] in -- Main container div with a background and centered content. div [ class "home" ] -- GitLab