diff --git a/components/common/NavBar.tsx b/components/common/NavBar.tsx index 97f2906..5432c45 100644 --- a/components/common/NavBar.tsx +++ b/components/common/NavBar.tsx @@ -169,7 +169,7 @@ const logoContainerVariants: Variants = { transition: { duration: 4, type: "spring", - stiffness: 20, + stiffness: 15, }, }, }; diff --git a/pages/api/7tv/emotes.ts b/pages/api/7tv/emotes.ts index 3d49d13..ab4694e 100644 --- a/pages/api/7tv/emotes.ts +++ b/pages/api/7tv/emotes.ts @@ -5,8 +5,6 @@ type Data = { [key: string]: any; }; -const secret = process.env.NEXTAUTH_SECRET; - export default async function handler( req: NextApiRequest, res: NextApiResponse