✨ Added note about cquiz.de
This commit is contained in:
@@ -44,7 +44,10 @@
|
|||||||
<div class="flex justify-center">
|
<div class="flex justify-center">
|
||||||
<p class="m-auto text-2xl">
|
<p class="m-auto text-2xl">
|
||||||
{$t('play_page.join_description', {
|
{$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
|
pin: game_pin
|
||||||
})}
|
})}
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user