mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-19 14:09:31 +02:00
fix: tools by category page title
This commit is contained in:
@@ -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 }}
|
||||||
|
Reference in New Issue
Block a user