style: run prettifier plugin on entire frontend

This commit is contained in:
2026-03-25 19:30:21 +00:00
parent 8730af146d
commit aae10c4d9d
20 changed files with 1381 additions and 868 deletions

View File

@@ -13,7 +13,7 @@ export const getDocumentTitle = (pathname: string) => {
}
if (pathname.includes("stats")) {
return "Ethnography Analysis"
return "Ethnography Analysis";
}
return STATIC_TITLES[pathname] ?? DEFAULT_TITLE;