ensure homepage always uses yotsuba as theme

This commit is contained in:
plebeius.eth
2024-03-17 16:27:15 +01:00
parent 2fd2c9afec
commit 0df86ac59f
2 changed files with 10 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
export const isHomeView = (pathname: string): boolean => {
return pathname === '/';
};