Skip to content

Commit

Permalink
Update tasks to use icon.svg
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Cameron <[email protected]>
  • Loading branch information
JasonLovesDoggo committed Oct 30, 2024
1 parent db0b089 commit e262508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/task_status.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<div class="container">
<div class="jumbotron" data-task-id="{{ task_id }}" data-task-status="{{ task_status }}"
data-redirect="{{ redirect }}">
<img src="{{ static('icons/icon.svg') }}" class="icon" alt="DMOJ Icon">
<img src="{{ static('icons/logo.svg') }}" class="icon" alt="WLMOJ Icon">
<p class="action">{{ message }}</p>
<p class="stage"></p>

Expand Down

0 comments on commit e262508

Please sign in to comment.