mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-07 17:34:56 +05:30
fix: tools by category page title
This commit is contained in:
parent
c5e8ba8059
commit
e533c6e39c
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ export default function ToolsByCategory() {
|
|||
return (
|
||||
<Box sx={{ backgroundColor: 'background.default' }}>
|
||||
<Helmet>
|
||||
<title>{`${rawTitle} Tools`}</title>
|
||||
<title>{rawTitle}</title>
|
||||
</Helmet>
|
||||
<Box
|
||||
padding={{ xs: 1, md: 3, lg: 5 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue