diff --git a/components/BookInfoInput.tsx b/components/BookInfoInput.tsx
index 394e5eb..40cd543 100644
--- a/components/BookInfoInput.tsx
+++ b/components/BookInfoInput.tsx
@@ -85,7 +85,7 @@ function BookInfoInput({ handleSubmit }: { handleSubmit: (info: { frontmatter: F
{fields.map((field) => (
-
+
{!requiredFields.includes(field) &&
handleRemoveField(field)}>
@@ -110,7 +110,7 @@ function BookInfoInput({ handleSubmit }: { handleSubmit: (info: { frontmatter: F
options={availableFieldsOptions}
/>
- Create .epub
+ Create .epub
}
diff --git a/components/LanguageSelect.tsx b/components/LanguageSelect.tsx
index 9a12d9b..27d4dab 100644
--- a/components/LanguageSelect.tsx
+++ b/components/LanguageSelect.tsx
@@ -44,7 +44,7 @@ function LanguageSelect({ value, onChange }: {
/>
{showingOther &&