Private
Public Access
1
0

fix: remove duplicate version display from sidebar toolbar (#52)

This commit is contained in:
Draco-Lunaris-Echo
2026-06-08 17:54:25 -05:00
committed by GitHub
parent 836d409e3b
commit f79cba297d

View File

@ -86,7 +86,7 @@ export default function AppLayout() {
const drawer = ( const drawer = (
<Box sx={{ height: '100%', display: 'flex', flexDirection: 'column' }}> <Box sx={{ height: '100%', display: 'flex', flexDirection: 'column' }}>
<Toolbar sx={{ justifyContent: 'center', py: 1.5, flexDirection: 'column' }}> <Toolbar sx={{ justifyContent: 'center', py: 1.5 }}>
<Typography variant="h6" fontWeight={700} sx={{ <Typography variant="h6" fontWeight={700} sx={{
background: 'linear-gradient(135deg, #42A5F5 30%, #26C6DA 100%)', background: 'linear-gradient(135deg, #42A5F5 30%, #26C6DA 100%)',
WebkitBackgroundClip: 'text', WebkitBackgroundClip: 'text',
@ -94,9 +94,6 @@ export default function AppLayout() {
}}> }}>
🐉 Patch Manager 🐉 Patch Manager
</Typography> </Typography>
<Typography variant="caption" sx={{ color: 'text.secondary', opacity: 0.7, mt: -0.5 }}>
v{__APP_VERSION__}
</Typography>
</Toolbar> </Toolbar>
<Divider /> <Divider />
<Box sx={{ flex: 1, overflowY: 'auto', py: 1 }}> <Box sx={{ flex: 1, overflowY: 'auto', py: 1 }}>