Update _app.tsx
This commit is contained in:
parent
b88f7e73da
commit
a476546c71
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue