Skip to content

Commit

Permalink
fix: lint aria label error
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Henseler <[email protected]>
  • Loading branch information
bromiesTM committed Nov 7, 2024
1 parent 91ad3cb commit a7e2323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IONOS/src/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</script>

<div class="ion-global-nav">
<a class="header-left" href={home_src}>
<a class="header-left" href={home_src} aria-label="Home">
<ionos-icons ionos></ionos-icons>
<ionos-icons easystorage></ionos-icons>
</a>
Expand Down

0 comments on commit a7e2323

Please sign in to comment.