Skip to content

Commit

Permalink
Use reCAPTCHA v3
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPoppe committed Nov 28, 2023
1 parent 26ed975 commit f8de21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/UI.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function ShowParticipantHeader(string $title)
<div class="wrapper">
<img id="rcpro-logo" src="' . $this->module->getUrl("images/RCPro_Logo_Alternate.svg") . '" width="500px">
<hr>
<div style="text-align: center;"><h2>' . $title . '</h2></div>';
<div style="text-align: center;"><h2 class="title">' . $title . '</h2></div>';
}

public function EndParticipantPage()
Expand Down

0 comments on commit f8de21d

Please sign in to comment.