Browse Source

fix colours

main
Christoph Marzell 1 month ago
parent
commit
6a0f8d90dc
  1. 2
      app/helpers/application_helper.rb

2
app/helpers/application_helper.rb

@ -4,7 +4,7 @@ module ApplicationHelper
when "Praktikum" when "Praktikum"
"bg-primary text-white" "bg-primary text-white"
when "Selbsterfahrung" when "Selbsterfahrung"
"bg-purple text-white"
"bg-info text-dark"
when "Supervision" when "Supervision"
"bg-warning text-dark" "bg-warning text-dark"
when "Fortbildung" when "Fortbildung"

Loading…
Cancel
Save