summaryrefslogtreecommitdiff
path: root/client/src/components/Registry.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/components/Registry.tsx')
-rw-r--r--client/src/components/Registry.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/components/Registry.tsx b/client/src/components/Registry.tsx
index 60a73f9..038bd1d 100644
--- a/client/src/components/Registry.tsx
+++ b/client/src/components/Registry.tsx
@@ -2,9 +2,9 @@ import React from 'react';
function Registry() {
return (
- <>
- <p>Registry</p>
- </>
+ <div style={{ height: '100%', width: '100%', display: 'flex' }}>
+ <p style={{ marginTop: 64 }}>Registry</p>
+ </div>
);
}