Rename "childRoutes" to "children"

This commit is contained in:
schroda
2026-05-28 00:01:54 +02:00
parent e973872539
commit 27c87185b1
24 changed files with 85 additions and 106 deletions

View File

@@ -359,7 +359,7 @@ export function SourceMangas() {
{
state: {
...locationState,
...AppRoutes.sources.childRoutes.browse.state({ contentType: newContentType }),
...AppRoutes.sources.children.browse.state({ contentType: newContentType }),
},
},
);
@@ -430,7 +430,7 @@ export function SourceMangas() {
{source?.isConfigurable && (
<CustomTooltip title={t`Settings`}>
<IconButton
onClick={() => navigate(AppRoutes.sources.childRoutes.configure.path(sourceId))}
onClick={() => navigate(AppRoutes.sources.children.configure.path(sourceId))}
aria-label="display more actions"
edge="end"
color="inherit"