diff --git a/src/components/AIErrorHelper.tsx b/src/components/AIErrorHelper.tsx index fa29e07..2c77e5c 100644 --- a/src/components/AIErrorHelper.tsx +++ b/src/components/AIErrorHelper.tsx @@ -81,7 +81,7 @@ Keep your response concise, friendly, and focused on practical solutions. Format - + AI Error Analysis diff --git a/src/components/SnippetDialog.tsx b/src/components/SnippetDialog.tsx index 872f7f8..5b5a2bb 100644 --- a/src/components/SnippetDialog.tsx +++ b/src/components/SnippetDialog.tsx @@ -123,7 +123,7 @@ export function SnippetDialog({ open, onOpenChange, onSave, editingSnippet }: Sn return ( - + {editingSnippet?.id ? strings.snippetDialog.edit.title : strings.snippetDialog.create.title} diff --git a/src/components/SnippetViewer.tsx b/src/components/SnippetViewer.tsx index df9691a..f73d678 100644 --- a/src/components/SnippetViewer.tsx +++ b/src/components/SnippetViewer.tsx @@ -46,7 +46,7 @@ export function SnippetViewer({ snippet, open, onOpenChange, onEdit, onCopy }: S return ( - +
diff --git a/src/components/ui/dialog.tsx b/src/components/ui/dialog.tsx index e7eac9d..f99bff4 100644 --- a/src/components/ui/dialog.tsx +++ b/src/components/ui/dialog.tsx @@ -61,7 +61,7 @@ function DialogContent({ {...props} > {children} - + Close