Skip to content

Commit

Permalink
remove alt text for icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdkleijn committed Jun 8, 2023
1 parent 3a194de commit c31356b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ dashboard
# vendor/

# Go workspace file
go.work
go.work

build.sh
.woodpecker**
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<template id="my-component">
<div class="item">
<a :href="url">
<div class="logo"><img :src="icon" alt="Icon"></div>
<div class="logo"><img :src="icon"></div>
<div class="details">
<h2>{{ name }}</h2>
<p v-if="comment">{{ comment }}</p>
Expand Down

0 comments on commit c31356b

Please sign in to comment.