diff --git a/react/src/components/statistic-panel.tsx b/react/src/components/statistic-panel.tsx index 8f3bd98f..baf1f273 100644 --- a/react/src/components/statistic-panel.tsx +++ b/react/src/components/statistic-panel.tsx @@ -349,8 +349,7 @@ function SelectPage(props: { }} /> - {' '} - of + {' of '} {props.max_pages} diff --git a/react/src/components/table.tsx b/react/src/components/table.tsx index 8525a286..d773e64a 100644 --- a/react/src/components/table.tsx +++ b/react/src/components/table.tsx @@ -523,9 +523,7 @@ export function Ordinal(props: { ordinal: number, total: number, type: string, s return (
{en} - {' '} - of - {' '} + {' of '} {total} {' '} {display_type(curr_universe, type)} diff --git a/react/src/page_template/template.tsx b/react/src/page_template/template.tsx index bff79c1e..508f31b0 100644 --- a/react/src/page_template/template.tsx +++ b/react/src/page_template/template.tsx @@ -79,22 +79,15 @@ export function PageTemplate({ function TemplateFooter(): ReactNode { return (
- Urban Stats Version - {' '} + {'Urban Stats Version '} - {' '} - by - {' '} + {' by '} - . Last updated - {' '} + {'. Last updated '} - . - {' '} + {'. '} - {' '} - Not for commercial use. - {' '} + {' Not for commercial use. '}
) @@ -115,8 +108,7 @@ function MainCredits(): ReactNode { function OtherCredits(): ReactNode { return ( - Significant help with weather data from - {' '} + {'Significant help with weather data from '} OklahomaPerson . @@ -150,8 +142,7 @@ function LeftPanel(): ReactNode { function Support(): ReactNode { return ( - If you find urbanstats useful, please donate on - {' '} + {'If you find urbanstats useful, please donate on '} kofi ! diff --git a/react/src/quiz/quiz-components.tsx b/react/src/quiz/quiz-components.tsx index 6ee77c22..948cc9a3 100644 --- a/react/src/quiz/quiz-components.tsx +++ b/react/src/quiz/quiz-components.tsx @@ -62,7 +62,7 @@ export function UserId(): ReactNode { else { return (
- Your user id is + {'Your user id is '} {user_id}
)