mirror of
https://github.com/FranP-code/spend-ia.git
synced 2025-10-13 00:14:09 +00:00
feat: removed console.logs
This commit is contained in:
@@ -11,7 +11,7 @@ const HeadIndex = (): JSX.Element => (
|
||||
<>
|
||||
<Head>
|
||||
<title>{APP_NAME}</title>
|
||||
<meta property="og:title" content={APP_NAME} key="title" />
|
||||
<meta key="title" content={APP_NAME} property="og:title" />
|
||||
</Head>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user