Skip to content

Commit

Permalink
remove reset button
Browse files Browse the repository at this point in the history
  • Loading branch information
kazhou committed Apr 30, 2024
1 parent e4b4235 commit 265b26a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/hitbox/HitBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export default {
// }
const field_id = domain + '_' + prolific.cnet_id;
const db = getFirestore(firebaseApp);
const docRef = doc(db, collection, doc_id);
Expand Down Expand Up @@ -398,7 +398,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 265b26a

Please sign in to comment.