From 2953308f39436a1d53f9afd3cc07fa2440b6f71f Mon Sep 17 00:00:00 2001 From: oiov Date: Tue, 30 Jul 2024 16:28:38 +0800 Subject: [PATCH] fixup style and img --- app/(marketing)/layout.tsx | 8 +++++--- .../dashboard/records/record-list.tsx | 2 +- app/(protected)/dashboard/urls/url-list.tsx | 6 +++--- app/api/s/route.ts | 5 ++--- components/dashboard/status-dot.tsx | 2 +- components/layout/dashboard-sidebar.tsx | 9 --------- components/layout/site-footer.tsx | 11 +---------- public/_static/images/dark-preview.png | Bin 228803 -> 234996 bytes public/_static/images/light-preview.png | Bin 234162 -> 242218 bytes public/_static/images/x-preview.jpg | Bin 234162 -> 0 bytes public/_static/images/x-preview.png | Bin 0 -> 242218 bytes public/_static/og.jpg | Bin 166089 -> 574917 bytes 12 files changed, 13 insertions(+), 30 deletions(-) delete mode 100644 public/_static/images/x-preview.jpg create mode 100644 public/_static/images/x-preview.png diff --git a/app/(marketing)/layout.tsx b/app/(marketing)/layout.tsx index f7843da..60b08bd 100644 --- a/app/(marketing)/layout.tsx +++ b/app/(marketing)/layout.tsx @@ -1,6 +1,6 @@ +import { NavMobile } from "@/components/layout/mobile-nav"; import { NavBar } from "@/components/layout/navbar"; import { SiteFooter } from "@/components/layout/site-footer"; -import { NavMobile } from "@/components/layout/mobile-nav"; interface MarketingLayoutProps { children: React.ReactNode; @@ -8,10 +8,12 @@ interface MarketingLayoutProps { export default function MarketingLayout({ children }: MarketingLayoutProps) { return ( -
+
-
{children}
+
+ {children} +
); diff --git a/app/(protected)/dashboard/records/record-list.tsx b/app/(protected)/dashboard/records/record-list.tsx index 3919a6e..ab39f0d 100644 --- a/app/(protected)/dashboard/records/record-list.tsx +++ b/app/(protected)/dashboard/records/record-list.tsx @@ -138,7 +138,7 @@ export default function UserRecordsList({ user }: RecordListProps) { /> )} - + Type diff --git a/app/(protected)/dashboard/urls/url-list.tsx b/app/(protected)/dashboard/urls/url-list.tsx index 5c6d5a7..9d527d0 100644 --- a/app/(protected)/dashboard/urls/url-list.tsx +++ b/app/(protected)/dashboard/urls/url-list.tsx @@ -128,7 +128,7 @@ export default function UserUrlsList({ user }: UrlListProps) { /> )}
- + Target @@ -162,7 +162,7 @@ export default function UserUrlsList({ user }: UrlListProps) { > ); diff --git a/components/layout/dashboard-sidebar.tsx b/components/layout/dashboard-sidebar.tsx index 65776c2..c814de1 100644 --- a/components/layout/dashboard-sidebar.tsx +++ b/components/layout/dashboard-sidebar.tsx @@ -190,15 +190,6 @@ export function DashboardSidebar({ links }: DashboardSidebarProps) { oiov .
Built with{" "} - - Nextjs - {" "} - &{" "} ) { return ( -