From d50242b96e98a99c18ecc4ffef7a6c029fe67f71 Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 24 Apr 2024 18:29:29 +0100 Subject: [PATCH] add comments to the html and use text-xs on the main page --- src/app/(pages)/[id]/page.tsx | 5 ++++- src/app/(pages)/page.tsx | 6 +++++- src/app/(pages)/raw/[id]/page.tsx | 2 ++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/app/(pages)/[id]/page.tsx b/src/app/(pages)/[id]/page.tsx index e907b71..b622561 100644 --- a/src/app/(pages)/[id]/page.tsx +++ b/src/app/(pages)/[id]/page.tsx @@ -34,6 +34,7 @@ export default async function Paste({ return (
+ {/* Action Menu */} @@ -43,12 +44,14 @@ export default async function Paste({ + {/* Paste Details */}

{data.language}

{created}

-
+ {/* Paste Content */} +
diff --git a/src/app/(pages)/page.tsx b/src/app/(pages)/page.tsx index a6d1f11..bfbae50 100644 --- a/src/app/(pages)/page.tsx +++ b/src/app/(pages)/page.tsx @@ -54,8 +54,11 @@ export default function Home(): ReactElement { return (
-
+
+ {/* > */}

>

+ + {/* Input */}