From 05a221190b7efa76a6ab316c726918e9f6d9a43f Mon Sep 17 00:00:00 2001 From: Mateo Presa Castro Date: Fri, 8 Nov 2024 13:34:57 +0100 Subject: [PATCH] chore: Fix build and UI --- app/[userName]/[samplePackName]/page.tsx | 4 ++-- components/edit-pack-button.tsx | 13 ++++++------- components/ui/input.tsx | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/app/[userName]/[samplePackName]/page.tsx b/app/[userName]/[samplePackName]/page.tsx index dceed31..0b83116 100644 --- a/app/[userName]/[samplePackName]/page.tsx +++ b/app/[userName]/[samplePackName]/page.tsx @@ -36,14 +36,14 @@ export default async function Page({ {samplePack.description} - by @{userName} + @{userName} - + Edit sample pack If you want to change the samples delete this pack and create a new @@ -135,7 +134,7 @@ export default function EditPackButton({
)} /> -
+
(