From c40c001d030efe15e9fb7c840077b57872cf0175 Mon Sep 17 00:00:00 2001 From: Anatoly Kopyl Date: Fri, 2 Oct 2020 21:27:21 +0300 Subject: [PATCH] =?UTF-8?q?=E2=84=B9=20=D0=98=D0=BD=D1=84=D0=BE=D1=80?= =?UTF-8?q?=D0=BC=D0=B0=D1=82=D0=B8=D0=B2=D0=BD=D1=8B=D0=B5=20=D0=B7=D0=B0?= =?UTF-8?q?=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2=D0=BA=D0=B8=20=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- src/routes/index.svelte | 2 +- src/routes/room.svelte | 2 +- src/template.html | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index dc61a1c..dbd14bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "variancc", - "description": "Variancc", + "name": "variants", + "description": "An app for splitting a group of people into subgroups.", "version": "0.0.1", "repository": { "type": "git", diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 8c6cb28..9e24264 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -31,7 +31,7 @@ - Варианты + Study Buddy diff --git a/src/routes/room.svelte b/src/routes/room.svelte index 4a523c2..08fdcd7 100644 --- a/src/routes/room.svelte +++ b/src/routes/room.svelte @@ -82,7 +82,7 @@ - Варианты + {room && room.name ? room.name : 'Study Buddy'} diff --git a/src/template.html b/src/template.html index fea86cc..5b4208b 100644 --- a/src/template.html +++ b/src/template.html @@ -4,6 +4,7 @@ + %sapper.base%