Added note about cquiz.de

This commit is contained in:
Mawoka
2023-06-17 17:47:11 +02:00
parent f6962a3044
commit f20fcb7cb5
@@ -44,7 +44,10 @@
<div class="flex justify-center">
<p class="m-auto text-2xl">
{$t('play_page.join_description', {
url: `${window.location.host}/play`,
url:
window.location.host === 'classquiz.de'
? 'cquiz.de'
: `${window.location.host}/play`,
pin: game_pin
})}
</p>