voice recognition progress 1
This commit is contained in:
parent
9663f49dee
commit
e1f77c5b17
2 changed files with 49 additions and 9 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue