Skip to content

Commit

Permalink
public: Fix typo in class name
Browse files Browse the repository at this point in the history
  • Loading branch information
somnisomni committed Feb 1, 2024
1 parent 3aacd30 commit ab4f0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/Public/src/pages/booth/IndividualBoothPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<VSpacer class="my-8" />

<div v-if="boothMemberList.length > 0">
<h4 class="text-h4 text-left font-weight-meium ml-2">멤버 목록</h4>
<h4 class="text-h4 text-left font-weight-medium ml-2">멤버 목록</h4>
<VDivider class="my-2" />
<div class="d-flex flex-row flex-wrap justify-center">
<BoothMemberItem v-for="member in boothMemberList"
Expand Down

0 comments on commit ab4f0bd

Please sign in to comment.