From 627a94d5c823d5e247751689baf4b95548f81323 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji <88056492+atridadl@users.noreply.github.com> Date: Mon, 5 Jun 2023 16:56:28 -0600 Subject: [PATCH] Get outta here prose! --- package.json | 1 - src/components/Footer.tsx | 3 ++- src/components/Navbar.tsx | 2 +- src/components/RoomList.tsx | 5 ++--- src/pages/_app.tsx | 1 - src/pages/admin/index.tsx | 5 ++--- src/pages/dashboard/index.tsx | 4 ++-- src/pages/index.tsx | 14 +++++++++++++- src/pages/profile/index.tsx | 3 +-- src/pages/room/[id].tsx | 9 ++++----- tailwind.config.js | 2 +- 11 files changed, 28 insertions(+), 21 deletions(-) diff --git a/package.json b/package.json index f979ddc..dca52ad 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,6 @@ "@ably-labs/react-hooks": "^2.1.1", "@next-auth/prisma-adapter": "^1.0.7", "@prisma/client": "4.15.0", - "@tailwindcss/typography": "^0.5.9", "@tanstack/react-query": "^4.29.12", "@trpc/client": "10.29.1", "@trpc/next": "10.29.1", diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index da01f72..6a7ba99 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -7,7 +7,8 @@ const Footer: React.FC = () => {
Made with{" "}
-