From 6a0f8d90dc0f2918c297572ff3df9f811a949b45 Mon Sep 17 00:00:00 2001 From: Christoph Marzell Date: Sun, 8 Feb 2026 07:06:07 +0100 Subject: [PATCH] fix colours --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index b0a134f..17ad5fe 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -4,7 +4,7 @@ module ApplicationHelper when "Praktikum" "bg-primary text-white" when "Selbsterfahrung" - "bg-purple text-white" + "bg-info text-dark" when "Supervision" "bg-warning text-dark" when "Fortbildung"