Skip to content

Commit cd496b3

Browse files
committed
Add emoji to title
1 parent 732f238 commit cd496b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/templates/User/ChangePassword.phtml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
namespace BNETDocs\Templates\User;
33
use \CarlBennett\MVC\Libraries\Common;
44
use \CarlBennett\MVC\Libraries\Pair;
5-
$title = 'Change Password';
5+
$title = '🔑 Change Password';
66
$description = 'This form allows an individual to change the password to their account.';
77
$this->opengraph->attach(new Pair('url', '/user/changepassword'));
88
$error = $this->getContext()->error;
@@ -22,7 +22,7 @@ switch ($error)
2222
require('./header.inc.phtml'); ?>
2323
<div class="container mb-3">
2424
<div class="card mx-auto mb-3" style="width:18rem;">
25-
<h3 class="card-header text-lg-center"><?=$title?></h3>
25+
<h4 class="card-header text-center"><?=$title?></h4>
2626
<div class="card-body">
2727
<? if ($error !== false) { ?>
2828
<? if (!empty($message)) { ?>

0 commit comments

Comments
 (0)