We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038924a commit 2dab88dCopy full SHA for 2dab88d
core/templates/layout.user.php
@@ -60,7 +60,11 @@
60
<div class="header-left">
61
<a href="<?php print_unescaped($_['logoUrl'] ?: link_to('', 'index.php')); ?>"
62
id="nextcloud">
63
- <div class="logo logo-icon"></div>
+ <div class="logo logo-icon">
64
+ <span class="hidden-visually">
65
+ <?php p($l->t('%s homepage', [$theme->getName()])); ?>
66
+ </span>
67
+ </div>
68
</a>
69
70
<nav id="header-left__appmenu"></nav>
0 commit comments