From 9e4ef90d7349bb9458e5985bef41493da4899ad7 Mon Sep 17 00:00:00 2001 From: Ahmad <103906421+ahmadk953@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:54:45 -0500 Subject: [PATCH] Started Migration to Fluid-Tailwind and Misc Fixes --- app/(main)/_components/footer.tsx | 1 - app/(main)/blog/page.tsx | 2 +- app/(main)/blog/posts/[post]/page.tsx | 4 ++-- app/(main)/blog/posts/blog-welcome.mdx | 2 +- app/(main)/layout.tsx | 6 +----- app/(main)/page.tsx | 8 ++++---- app/api/cards/[cardId]/logs/route.ts | 8 ++++++-- app/api/cards/[cardId]/route.ts | 6 +++++- sentry.client.config.ts | 2 +- 9 files changed, 21 insertions(+), 18 deletions(-) diff --git a/app/(main)/_components/footer.tsx b/app/(main)/_components/footer.tsx index 6d749fe..bf6da7a 100644 --- a/app/(main)/_components/footer.tsx +++ b/app/(main)/_components/footer.tsx @@ -1,6 +1,5 @@ import { Logo } from '@/components/logo'; import { Button } from '@/components/ui/button'; -import Link from 'next/link'; export const Footer = () => { return ( diff --git a/app/(main)/blog/page.tsx b/app/(main)/blog/page.tsx index 0b4accb..4e956f5 100644 --- a/app/(main)/blog/page.tsx +++ b/app/(main)/blog/page.tsx @@ -6,7 +6,7 @@ const BlogPage = () => { return (