MOTD: fix

This commit is contained in:
Enrico Ros
2025-03-05 13:02:34 -08:00
parent 561959e960
commit 264a2f9449
+1 -1
View File
@@ -82,7 +82,7 @@ export function OptimaMOTD() {
justifyContent: 'space-between',
}}
>
<Box sx={{ px: 1 }}>
<Box sx={{ p: 1, lineHeight: 'xl' }}>
{message}
</Box>
</Typography>