aboutsummaryrefslogtreecommitdiffstats
path: root/packages/renderer/src/components/errorPage/ErrorPage.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/renderer/src/components/errorPage/ErrorPage.tsx')
-rw-r--r--packages/renderer/src/components/errorPage/ErrorPage.tsx7
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/renderer/src/components/errorPage/ErrorPage.tsx b/packages/renderer/src/components/errorPage/ErrorPage.tsx
index 571059a..99ca020 100644
--- a/packages/renderer/src/components/errorPage/ErrorPage.tsx
+++ b/packages/renderer/src/components/errorPage/ErrorPage.tsx
@@ -152,7 +152,12 @@ function ErrorPage({
152 > 152 >
153 {icon} 153 {icon}
154 </Typography> 154 </Typography>
155 <Typography component="h1" variant="h3" mb={2}> 155 <Typography
156 component="h1"
157 variant="h3"
158 fontSize={{ xs: '2rem', md: '3rem' }}
159 mb={2}
160 >
156 {title} 161 {title}
157 </Typography> 162 </Typography>
158 <Typography mb={4}>{description}</Typography> 163 <Typography mb={4}>{description}</Typography>