Skip to content

Commit

Permalink
fix: broken url
Browse files Browse the repository at this point in the history
  • Loading branch information
khui0 committed Jun 7, 2024
1 parent d709982 commit 2bf2e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/daily/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
}
function copyResults() {
const resultString = `I solved today's Flaggle #${dailyNumber} in ${pluralize("guess", guesses, true)}! Play at https://kennyhui.dev/flaggle/daily/`;
const resultString = `I solved today's Flaggle #${dailyNumber} in ${pluralize("guess", guesses, true)}! Play at https://kennyhui.dev/flaggle/daily`;
navigator.clipboard.writeText(resultString);
toast.success("Copied results to clipboard");
}
Expand Down

0 comments on commit 2bf2e29

Please sign in to comment.