Skip to content

Commit

Permalink
fix(select-emote-set): connect heading
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Aug 28, 2022
1 parent 45268d3 commit 0731d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modal/SelectEmoteSet/SelectEmoteSet.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<ModalBase width="32em" @close="shouldClose">
<template #heading>
<h3>{{ t("emote_set.select") }}</h3>
<h3 id="emote-set-select-at-card-title">{{ t("emote_set.select") }}</h3>
</template>

<template #content>
Expand Down

0 comments on commit 0731d5a

Please sign in to comment.