Link styling
This commit is contained in:
parent
48f310a485
commit
c188e678bc
1 changed files with 1 additions and 3 deletions
|
@ -37,9 +37,7 @@
|
|||
</button>
|
||||
</div>
|
||||
|
||||
<a href="<?= site_url('user/forgot_password') ?>" class="forgot-password">
|
||||
<?= lang('forgot_your_password') ?>
|
||||
</a>
|
||||
<a href="<?= site_url('user/forgot_password') ?>" class="forgot-password"><?= lang('forgot_your_password') ?></a>
|
||||
|
|
||||
<span id="select-language" class="badge bg-success">
|
||||
<?= ucfirst(config('language')) ?>
|
||||
|
|
Loading…
Reference in a new issue