Fix /help favicon (#429)
This commit is contained in:
parent
b88f7e73da
commit
86ef94af34
|
@ -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" />
|
||||||
|
|
Loading…
Reference in New Issue