From b32cf49abf89156b499857e8c4f1f2d3fcab86ad Mon Sep 17 00:00:00 2001
From: Sina Rohde <s.rohde@indiscale.com>
Date: Thu, 19 Sep 2024 12:25:20 +0200
Subject: [PATCH] typos and details

---
 pages/fdo/show/[prefix]/sandbox.tsx |  2 +-
 src/components/fdos/details.tsx     | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/pages/fdo/show/[prefix]/sandbox.tsx b/pages/fdo/show/[prefix]/sandbox.tsx
index ba5f754..da1b5cf 100644
--- a/pages/fdo/show/[prefix]/sandbox.tsx
+++ b/pages/fdo/show/[prefix]/sandbox.tsx
@@ -72,7 +72,7 @@ const ShowFDO = () => {
       <div>
         <Stack
         direction="row"
-        divider={<Divider orientation="vertical" flexItem />}
+        //divider={<Divider orientation="vertical" flexItem />}
         spacing={2}
         >
 
diff --git a/src/components/fdos/details.tsx b/src/components/fdos/details.tsx
index b0295a1..6f8e72e 100644
--- a/src/components/fdos/details.tsx
+++ b/src/components/fdos/details.tsx
@@ -40,12 +40,12 @@ function createData (
 }
 
 const rows = [
-  createData('Repository', 'LinkAhead', 'xx'),
-  createData('Dataspace', 'RWTH', 'xx'),
-  createData('Technology', 'EDC', 'xx'),
-  createData('Type', 'CETTS', 'xx'),
-  createData('Displayname', 'DE23-xy45', 'xx'),
-  createData('Desription', 'Info', 'xx')
+  createData('Repository:', 'LinkAhead', 'xx'),
+  createData('Dataspace:', 'RWTH', 'xx'),
+  createData('Technology:', 'EDC', 'xx'),
+  createData('Type:', 'CETTS', 'xx'),
+  createData('Displayname:', 'DE23-xy45', 'xx'),
+  createData('Desription:', 'Info', 'xx') 
 ]
 
 export default function CustomizedTables () {
-- 
GitLab