Skip to content

Commit

Permalink
refactor(arcade): rename imports
Browse files Browse the repository at this point in the history
  • Loading branch information
flibustier committed Sep 12, 2023
1 parent 1351fe4 commit 8007ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/ArcadePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ import {
import IconWiki from "@/components/icons/IconWiki.vue";
import IconRetry from "@/components/icons/IconRetry.vue";
import IconScore from "@/components/icons/IconScoreboard.vue";
import IconTrophy from "@/components/icons/IconTrophy.vue";
import GuessingForm from "@/components/guessing/GuessingForm.vue";
import PictureDisplay from "@/components/picture-display/PictureDisplay.vue";
import IconScoreboard from "@/components/icons/IconScoreboard.vue";
defineEmits(["showArcadeModal", "showLogInModal", "showScoreModal"]);
Expand Down Expand Up @@ -198,7 +198,7 @@ const openLinks = () => {
</button>
<button class="white-btn" @click="$emit('showScoreModal')">
<span>Check your score</span>
<IconScoreboard />
<IconScore />
</button>
<button class="white-btn" @click="$emit('showArcadeModal')">
<span>Try another challenge</span>
Expand Down

0 comments on commit 8007ba2

Please sign in to comment.