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 */}