Skip to content

Commit

Permalink
Create an accessible name for logo on logged in page
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
  • Loading branch information
JuliaKirschenheuter committed Feb 13, 2023
1 parent 06f0da6 commit 2b39261
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core/templates/layout.user.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,11 @@
<div class="header-left">
<a href="<?php print_unescaped($_['logoUrl'] ?: link_to('', 'index.php')); ?>"
id="nextcloud">
<div class="logo logo-icon"></div>
<div class="logo logo-icon">
<span class="hidden-visually">
<?php p($l->t('%s homepage', [$theme->getName()])); ?>
</span>
</div>
</a>

<nav id="header-left__appmenu"></nav>
Expand Down

0 comments on commit 2b39261

Please sign in to comment.