Skip to content

Commit

Permalink
Merge pull request BitLucid#1669 from BitLucid/feat/dojo-reminder
Browse files Browse the repository at this point in the history
Improve styling of dojo level reminder.
  • Loading branch information
tchalvak authored Feb 9, 2024
2 parents cd86000 + 7fdf77b commit 1308b52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/templates/dojo.reminder-level.tpl
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
<p>Your current level is {$player->level|escape}. Your current kills are {$player->kills|escape}.</p>
<p>Your current level is <strong class='level'>{$player->level|escape}</strong>. <br />
Your current kills are <strong class='kills'>{$player->kills|escape}</strong>.</p>

0 comments on commit 1308b52

Please sign in to comment.