aboutsummaryrefslogtreecommitdiff
path: root/src/pages/_app.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/_app.tsx')
-rw-r--r--src/pages/_app.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx
index a64a418..ba9372f 100644
--- a/src/pages/_app.tsx
+++ b/src/pages/_app.tsx
@@ -8,7 +8,7 @@ function MyApp({ Component, pageProps }: AppProps) {
<>
<a href="/" style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', textDecoration: 'none', marginBottom: '12px' }}>
<Image src={logo} width={128} height={128} />
- <h1>Eugene's Space</h1>
+ <h1>{"Eugene's Space"}</h1>
</a>
<Component {...pageProps} />
</>