From d702aa53f0623626eaeee8b046c96dc159661092 Mon Sep 17 00:00:00 2001 From: Aaron Delasy Date: Wed, 23 Oct 2024 14:21:55 +0300 Subject: [PATCH] Fix button + links usage --- app/play/page.tsx | 6 +++--- app/prompts/[promptId]/page.tsx | 6 +++--- app/prompts/page.tsx | 15 ++++++++------- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/app/play/page.tsx b/app/play/page.tsx index 779c653..12908ac 100644 --- a/app/play/page.tsx +++ b/app/play/page.tsx @@ -179,9 +179,9 @@ export default function PlayPage() { - - - +
diff --git a/app/prompts/[promptId]/page.tsx b/app/prompts/[promptId]/page.tsx index e0cedf7..af1df90 100644 --- a/app/prompts/[promptId]/page.tsx +++ b/app/prompts/[promptId]/page.tsx @@ -61,9 +61,9 @@ export default function EditPromptPage({

Edit your prompt

- - - +
diff --git a/app/prompts/page.tsx b/app/prompts/page.tsx index 6f9263f..25b193e 100644 --- a/app/prompts/page.tsx +++ b/app/prompts/page.tsx @@ -69,13 +69,14 @@ export default function PromptsPage() { > Activate - - - +