Fix /help favicon (#429)

This commit is contained in:
Felicio Mununga 2023-06-28 15:37:18 +01:00 committed by GitHub
parent b88f7e73da
commit 86ef94af34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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