Skip to content

Commit

Permalink
Add missing anchor title for clarity (#1212)
Browse files Browse the repository at this point in the history
* Add missing anchor title for clarity

* Compile Assets

Co-authored-by: stevebauman <[email protected]>
  • Loading branch information
stevebauman and stevebauman authored Nov 4, 2022
1 parent 8d4b505 commit be22d2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/app.js": "/app.js?id=2aa9e010923514dc7ac8eb52c320246e",
"/app.js": "/app.js?id=df7ef6299effd3b1444433715dd58c1b",
"/app-dark.css": "/app-dark.css?id=ff172044c4efc9f08f12c0eb824b0226",
"/app.css": "/app.css?id=a38514598173eedd6b8575a77bc1ead4",
"/img/favicon.png": "/img/favicon.png?id=1542bfe8a0010dcbee710da13cce367f"
Expand Down
2 changes: 1 addition & 1 deletion resources/js/screens/failedJobs/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
</td>

<td class="text-right table-fit">
<a href="#" @click.prevent="retry(job.id)" v-if="!hasCompleted(job)">
<a href="#" title="Retry Job" @click.prevent="retry(job.id)" v-if="!hasCompleted(job)">
<svg class="fill-primary" viewBox="0 0 20 20" style="width: 1.5rem; height: 1.5rem;" :class="{spin: isRetrying(job.id)}">
<path d="M10 3v2a5 5 0 0 0-3.54 8.54l-1.41 1.41A7 7 0 0 1 10 3zm4.95 2.05A7 7 0 0 1 10 17v-2a5 5 0 0 0 3.54-8.54l1.41-1.41zM10 20l-4-4 4-4v8zm0-12V0l4 4-4 4z"/>
</svg>
Expand Down

0 comments on commit be22d2c

Please sign in to comment.