Skip to content

Commit 3f3bc60

Browse files
committed
change for pch 2025
1 parent 6e692d8 commit 3f3bc60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/philomena_web/controllers/pch_controller.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defmodule PhilomenaWeb.PchController do
1313

1414
case event_params do
1515
%{"passphrase" => ^secret} ->
16-
{:ok, _badge} = BadgeAwarder.award_badge(user, user, "PonyCon Holland")
16+
{:ok, _badge} = BadgeAwarder.award_badge(user, user, "PonyCon Holland²")
1717

1818
conn
1919
|> put_flash(:info, "Verification granted.")

0 commit comments

Comments
 (0)