Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit d445bbc

Browse files
update name in VotingOver
1 parent 59ceef9 commit d445bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Voting/VotingOver.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import Leaderboard from "@/components/Leaderboard";
2323
import QuizScroll from "@/components/QuizScroll";
2424
export default {
25-
name: "VotingWoah",
25+
name: "VotingOver",
2626
components: { Leaderboard, QuizScroll }
2727
};
2828
</script>

0 commit comments

Comments
 (0)