Show a number of ticks per candidate

This commit is contained in:
2024-08-12 09:21:24 +10:00
parent db1a86c0b9
commit acb1c47d68

View File

@@ -50,7 +50,7 @@ if (count($wardCandidates) == 0) continue;
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p>Lorem Ipsum</p>
<p><?php echo str_repeat("✔️", $candidate['Rating']); ?></p>
<!-- /wp:paragraph -->
</div>
<!-- /wp:group -->