ℹ Информативные заголовки страниц

This commit is contained in:
2020-10-02 21:27:21 +03:00
parent 1e902a98e5
commit c40c001d03
4 changed files with 5 additions and 4 deletions

View File

@@ -31,7 +31,7 @@
</script>
<svelte:head>
<title>Варианты</title>
<title>Study Buddy</title>
</svelte:head>
<greeting>

View File

@@ -82,7 +82,7 @@
</script>
<svelte:head>
<title>Варианты</title>
<title>{room && room.name ? room.name : 'Study Buddy'}</title>
</svelte:head>
<list>