Skip to content

Commit

Permalink
Replace "guest-list" id call with class call
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
  • Loading branch information
Jerome-Herbinet authored Aug 20, 2024
1 parent 2ca75c8 commit 6664ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GuestList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default {
</script>

<style lang="scss" scoped>
#guests-list {
.guests-list {
padding: 20px 0 0;
table {
Expand Down

0 comments on commit 6664ce1

Please sign in to comment.