Skip to content

Commit

Permalink
Add alt to header img
Browse files Browse the repository at this point in the history
  • Loading branch information
Usbac committed Sep 7, 2024
1 parent c0309a6 commit ad53c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/base.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body class="admin">
<nav>
<header>
<img src="/public/assets/logo.svg"/>
<img src="/public/assets/logo.svg" alt=""/>
<h1>Aurora</h1>
</header>
<div class="admin-options">
Expand Down

0 comments on commit ad53c96

Please sign in to comment.