From bcb34874b94093af270d24662bf419f8df4ae9d1 Mon Sep 17 00:00:00 2001 From: Hassan El Mghari Date: Sun, 15 Jan 2023 01:34:41 -0500 Subject: [PATCH] made prompt more robust --- pages/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index 46435f7b..8cefd102 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -113,7 +113,7 @@ const Home: NextPage = () => {
-
+
{
{generatedBios - .substring(5) + .substring(generatedBios.indexOf("1") + 3) .split("2.") .map((generatedBio) => { return (
{ navigator.clipboard.writeText(generatedBio); toast("Bio copied to clipboard", {