Skip to content

Commit

Permalink
fix option title
Browse files Browse the repository at this point in the history
  • Loading branch information
ef81sp committed Jan 20, 2024
1 parent 0b25a81 commit c747cc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/NanikiruOptionDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ defineEmits(['hide'])
</div>

<div class="flex flex-col gap-2 *:flex *:items-center *:justify-start *:gap-2">
<p class="font-bold">牌の範囲</p>
<p class="font-bold">待ちの数</p>
<div>
<RadioButton
v-model="waitNum"
Expand Down
2 changes: 1 addition & 1 deletion src/components/NanimachiOptionDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ defineEmits(['hide'])
</div>

<div class="flex flex-col gap-2 *:flex *:items-center *:justify-start *:gap-2">
<p class="font-bold">牌の範囲</p>
<p class="font-bold">待ちの数</p>
<div>
<RadioButton
v-model="waitNum"
Expand Down

0 comments on commit c747cc7

Please sign in to comment.