Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorSheehan1 committed Feb 29, 2024
1 parent 706fbdb commit 5a1562c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const showGameWonModal = computed(
let showMigrationModal = ref(false);
const checkUrl = () => {
showMigrationModal.value = window.location.href.includes(
"beach-litriochta.pages.dev"
"beach-litriochta.netlify.app"
);
};
Expand Down

0 comments on commit 5a1562c

Please sign in to comment.