Skip to content

Commit

Permalink
re-add clear TASK
Browse files Browse the repository at this point in the history
  • Loading branch information
kazhou committed Apr 18, 2024
1 parent 544a096 commit 083e2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/hitbox/HitBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ export default {
<div>
<div class="ba b--black-80 br2 pa2">
<div class="fr">
<!-- <i @click="restart_hit" class="fa-solid fa-arrows-rotate fa-lg pointer mr2"></i> -->
<i @click="restart_hit" class="fa-solid fa-arrows-rotate fa-lg pointer mr2"></i>
<i @click="bookmark_hit" class="bookmark fa-regular fa-bookmark fa-lg pointer ml1" :class="get_bookmark_class()"></i>
</div>

Expand Down

0 comments on commit 083e2b7

Please sign in to comment.