settings: move save chat api button

This commit is contained in:
2024-01-12 16:27:02 +08:00
parent d81be86947
commit 9157992ee1
2 changed files with 24 additions and 21 deletions

View File

@@ -17,7 +17,7 @@ export function SetAPIsTemplate({
}: Props) {
return (
<button
className="p-2 m-2 rounded bg-blue-300"
className="p-1 m-1 rounded bg-blue-300"
onClick={() => {
const name = prompt(`Give this **${label}** template a name:`);
if (!name) {