Skip to content

Commit 04cfb41

Browse files
Code format
1 parent abcc870 commit 04cfb41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function MyApp({ Component, pageProps, router }: AppProps) {
3838
<DefaultSeo {...SEO} />
3939
<NextNProgress color="#ffd74d" options={{ showSpinner: false }} />
4040
<Component {...pageProps} />
41-
<Footer/>
41+
<Footer />
4242
</motion.div>
4343
);
4444
}

0 commit comments

Comments
 (0)