diff --git a/src/app/annotation-types/page.tsx b/src/app/annotation-types/page.tsx index ef61c7f..4486242 100644 --- a/src/app/annotation-types/page.tsx +++ b/src/app/annotation-types/page.tsx @@ -158,7 +158,7 @@ export default function AnnotationTypesPage() { if (loading) { return ( -
+

Loading...

@@ -167,12 +167,12 @@ export default function AnnotationTypesPage() { } return ( -
+
-

Annotation Types

-

Manage annotation types for your charts

+

Annotation Types

+

Manage annotation types for your charts

{showAddForm && ( -
+

{editingId !== null ? 'Edit Annotation Type' : 'Add New Annotation Type'}

-
-