voice recognition progress 1

This commit is contained in:
YasinOnm08 2024-09-27 10:57:18 +02:00
parent 9663f49dee
commit e1f77c5b17
2 changed files with 49 additions and 9 deletions

View file

@ -12,7 +12,7 @@ export default function RootLayout({ children }: { children: ReactNode }) {
<title>{metadata.title}</title>
<meta name="description" content={metadata.description} />
{/* Tried adding the favicon here */}
<link rel="icon" href="./public/favicon.ico" type="image/x-icon" />
<link rel="icon" href="../public/favicon.ico" type="image/x-icon" />
</head>
<body>
<main>{children}</main>