changed icon to html entity

This commit is contained in:
tracer 2022-10-26 12:21:50 +02:00
parent a832a3c60b
commit 1a8b31b3a2
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php include dirname(path: __DIR__) . '/_header.html.php'; ?>
<h1>Address Book - Admin</h1>
<a href="<?= $router->path('app_admin_users') ?>">👱Users</a>
<a href="<?= $router->path('app_admin_users'); ?>">&#128113;&nbsp;Users</a>
<?php include dirname(path: __DIR__) . '/_footer.html.php' ?>