summaryrefslogtreecommitdiff
path: root/src/components/Registry.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Registry.tsx')
-rw-r--r--src/components/Registry.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Registry.tsx b/src/components/Registry.tsx
index 5856909..8d7fff4 100644
--- a/src/components/Registry.tsx
+++ b/src/components/Registry.tsx
@@ -4,7 +4,7 @@ import Typography from '@mui/material/Typography';
function Registry() {
return (
<Paper>
- <Typography variant="h4" component="h4">
+ <Typography variant="h6">
Registry
</Typography>
</Paper>