Compare commits

...
Author SHA1 Message Date
Felicio Mununga a476546c71 Update _app.tsx 2023-06-28 11:04:49 +01:00
+1 -1
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" />