Update _app.tsx

This commit is contained in:
Felicio Mununga 2023-06-28 11:04:49 +01:00 committed by GitHub
parent b88f7e73da
commit a476546c71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ export default function App({ Component, pageProps }: Props) {
) )
) )
.with( .with(
P.when(p => p.startsWith('/learn')), P.when(p => p.startsWith('/help')),
() => ( () => (
<> <>
<link rel="icon" href="/assets/favicon/learn.png" /> <link rel="icon" href="/assets/favicon/learn.png" />