diff --git a/src/components/CopyPageButton.astro b/src/components/CopyPageButton.astro index d1bc523..f844f15 100644 --- a/src/components/CopyPageButton.astro +++ b/src/components/CopyPageButton.astro @@ -17,7 +17,7 @@ const chatgptUrl = `https://chatgpt.com/?q=${prompt}`; const claudeUrl = `https://claude.ai/new?q=${prompt}`; --- -
+