fix: tools by category page title

This commit is contained in:
Ibrahima G. Coulibaly
2025-07-16 13:58:05 +01:00
parent c5e8ba8059
commit e533c6e39c

View File

@@ -54,7 +54,7 @@ export default function ToolsByCategory() {
return ( return (
<Box sx={{ backgroundColor: 'background.default' }}> <Box sx={{ backgroundColor: 'background.default' }}>
<Helmet> <Helmet>
<title>{`${rawTitle} Tools`}</title> <title>{rawTitle}</title>
</Helmet> </Helmet>
<Box <Box
padding={{ xs: 1, md: 3, lg: 5 }} padding={{ xs: 1, md: 3, lg: 5 }}