Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorSheehan1 committed Feb 28, 2024
1 parent 3bb3839 commit 706fbdb
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ const showGameWonModal = computed(
let showMigrationModal = ref(false);
const checkUrl = () => {
showMigrationModal.value = window.location.href.includes("beach-litriochta.pages.dev");
showMigrationModal.value = window.location.href.includes(
"beach-litriochta.pages.dev"
);
};
const onOpenCorrectGuesses = () => {
Expand Down Expand Up @@ -64,16 +66,22 @@ store.startGame({ allAnswers });
<el-dialog v-model="showMigrationModal" title="url migration / ag bogadh url">
<div>
<p>
Ní oibreoidh an url <a href="https://beach-litriochta.netlify.app">https://beach-litriochta.netlify.app</a> ón
tseachtain seo chugainn. Bain úsáid as
Ní oibreoidh an url
<a href="https://beach-litriochta.netlify.app"
>https://beach-litriochta.netlify.app</a
>
ón tseachtain seo chugainn. Bain úsáid as
<a href="https://beach-litriochta.pages.dev"
>https://beach-litriochta.pages.dev</a
>
ina ionad le do thoil. Gabh mo leithscéal as ucht an bhfógra déanach!
</p>
<p>
The <a href="https://beach-litriochta.netlify.app">https://beach-litriochta.netlify.app</a> url will not work
from next week. Please use
The
<a href="https://beach-litriochta.netlify.app"
>https://beach-litriochta.netlify.app</a
>
url will not work from next week. Please use
<a href="https://beach-litriochta.pages.dev"
>https://beach-litriochta.pages.dev</a
>
Expand Down

0 comments on commit 706fbdb

Please sign in to comment.