changed icon to html entity
This commit is contained in:
parent
a832a3c60b
commit
1a8b31b3a2
|
@ -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'); ?>">👱 Users</a>
|
||||
|
||||
<?php include dirname(path: __DIR__) . '/_footer.html.php' ?>
|
||||
|
|
Loading…
Reference in New Issue