diff --git a/project/frontend/src/components/ConfigTable.tsx b/project/frontend/src/components/ConfigTable.tsx
index f835021..2a9ae34 100644
--- a/project/frontend/src/components/ConfigTable.tsx
+++ b/project/frontend/src/components/ConfigTable.tsx
@@ -330,6 +330,9 @@ export function ConfigTable({ from }: ConfigTableProps) {
>
{kennzahl.name}
+ {kennzahl.mandatory && (
+ *
+ )}
diff --git a/project/frontend/src/components/UploadPage.tsx b/project/frontend/src/components/UploadPage.tsx
index b54e7a3..1442ee6 100644
--- a/project/frontend/src/components/UploadPage.tsx
+++ b/project/frontend/src/components/UploadPage.tsx
@@ -121,7 +121,7 @@ export default function UploadPage() {
fontWeight: "bold",
color: "#383838",
marginBottom: 12,
- marginTop: 6,
+ marginTop: 3,
}}
>
Pitchbook Extractor
|