+
>
@@ -42,6 +42,18 @@ const HomePageBody: React.FC = () => {
.
+
+
+
+
Features:
+
+ - 🚀 Real-time votes!
+ - 🚀 Granual control of room name and vote scale!
+ - 🚀 CSV Reports for every room!
+ - 🚀 100% free and open-source... forever!
+
+
+
>
);
};
diff --git a/src/pages/profile/index.tsx b/src/pages/profile/index.tsx
index efd3249..6ea729f 100644
--- a/src/pages/profile/index.tsx
+++ b/src/pages/profile/index.tsx
@@ -8,7 +8,6 @@ import { api } from "~/utils/api";
import { signIn, useSession } from "next-auth/react";
import { useRouter } from "next/router";
import { useEffect, useState } from "react";
-import Loading from "~/components/Loading";
import { FaGithub, FaGoogle } from "react-icons/fa";
export const getServerSideProps: GetServerSideProps = async (ctx) => {
@@ -38,7 +37,7 @@ const Profile: NextPage = () => {
-
diff --git a/src/pages/room/[id].tsx b/src/pages/room/[id].tsx
index 43ca4ce..c081df7 100644
--- a/src/pages/room/[id].tsx
+++ b/src/pages/room/[id].tsx
@@ -23,7 +23,6 @@ import {
import { configureAbly, useChannel, usePresence } from "@ably-labs/react-hooks";
import type { PresenceItem } from "~/utils/types";
import { env } from "~/env.mjs";
-import Loading from "~/components/Loading";
import { FaShieldAlt } from "react-icons/fa";
import { RiVipCrownFill } from "react-icons/ri";
import Link from "next/link";
@@ -485,15 +484,15 @@ const RoomBody: React.FC = () => {
// Room does not exist
} else {
return (
-
- 4️⃣0️⃣4️⃣
-
+
+ 4️⃣0️⃣4️⃣
+
Oops! This room does not appear to exist, or may have been deleted! 😢
Back to Home
diff --git a/tailwind.config.js b/tailwind.config.js
index 2758788..90c2a1b 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -10,7 +10,7 @@ module.exports = {
theme: {
extend: {},
},
- plugins: [require("@tailwindcss/typography"), require("daisyui")],
+ plugins: [require("daisyui")],
daisyui: {
themes: [
{