Skip to content

Commit

Permalink
remove clear HIT button to avoid accidental clearing
Browse files Browse the repository at this point in the history
  • Loading branch information
kazhou committed Apr 16, 2024
1 parent 0311022 commit 01a9199
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 @@ -395,7 +395,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 01a9199

Please sign in to comment.