aboutsummaryrefslogtreecommitdiffstats
path: root/packages/renderer/src/components/locationBar/NavigationButtons.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/renderer/src/components/locationBar/NavigationButtons.tsx')
-rw-r--r--packages/renderer/src/components/locationBar/NavigationButtons.tsx7
1 files changed, 1 insertions, 6 deletions
diff --git a/packages/renderer/src/components/locationBar/NavigationButtons.tsx b/packages/renderer/src/components/locationBar/NavigationButtons.tsx
index 219ed90..9c4ebdb 100644
--- a/packages/renderer/src/components/locationBar/NavigationButtons.tsx
+++ b/packages/renderer/src/components/locationBar/NavigationButtons.tsx
@@ -43,12 +43,7 @@ function NavigationButtons({
43 const { direction } = useTheme(); 43 const { direction } = useTheme();
44 44
45 return ( 45 return (
46 <Box 46 <Box display="flex">
47 sx={{
48 display: 'flex',
49 flexDirection: 'row',
50 }}
51 >
52 <IconButton 47 <IconButton
53 aria-label={t('back')} 48 aria-label={t('back')}
54 disabled={service === undefined || !service.canGoBack} 49 disabled={service === undefined || !service.canGoBack}