diff --git a/client/src/Views/Invite.svelte b/client/src/Views/Invite.svelte
index 73ec803..bc1b802 100644
--- a/client/src/Views/Invite.svelte
+++ b/client/src/Views/Invite.svelte
@@ -17,6 +17,7 @@
import { db } from "../utils/firebase";
import socket from "../utils/socket";
import { app, user } from "../utils/store";
+ import { AVATAR_ENDPOINT } from "../utils/avatar";
const params = useParams();
let error = "";
@@ -100,10 +101,7 @@
{:else if room}
diff --git a/client/src/Views/Navbar/RoomsBar.svelte b/client/src/Views/Navbar/RoomsBar.svelte
index 086f781..df3c9a4 100644
--- a/client/src/Views/Navbar/RoomsBar.svelte
+++ b/client/src/Views/Navbar/RoomsBar.svelte
@@ -285,7 +285,7 @@
{#if !isNext}
Create a Room
- Or a join a Room, if you have the ID already
+ Or join a Room, if you have the ID already