Skip to content

Commit

Permalink
Cleanup closing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jengu288 committed Mar 12, 2024
1 parent 0962db4 commit 0443e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/lobby/Lobby.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ const { t } = useI18n();
class="modal-title mx-auto font-fancy display-6"></h5>
</div>
<div class="modal-body text-center">
<div v-t="'recPlayersModalBody1'"></div>
<div v-t="'recPlayersModalBody2'"></div>
<div v-t="'recPlayersModalBody1'" />
<div v-t="'recPlayersModalBody2'" />
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-bs-dismiss="modal">Close</button>

Check warning on line 70 in client/src/components/lobby/Lobby.vue

View workflow job for this annotation

GitHub Actions / build (18.x)

raw text 'Close' is used

Check warning on line 70 in client/src/components/lobby/Lobby.vue

View workflow job for this annotation

GitHub Actions / build (20.x)

raw text 'Close' is used
Expand Down

0 comments on commit 0443e9d

Please sign in to comment.