mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-21 15:09:32 +02:00
chore: rename from Omni Tools to OmniTools
This commit is contained in:
@@ -48,7 +48,7 @@ export default function Hero() {
|
||||
display={'inline'}
|
||||
color={'primary'}
|
||||
>
|
||||
Omni Tools
|
||||
OmniTools
|
||||
</Typography>
|
||||
</Typography>
|
||||
</Stack>
|
||||
@@ -57,10 +57,9 @@ export default function Hero() {
|
||||
fontSize={{ xs: 15, md: 20 }}
|
||||
mb={2}
|
||||
>
|
||||
Boost your productivity with Omni Tools, the ultimate toolkit for
|
||||
getting things done quickly! Access thousands of user-friendly utilities
|
||||
for editing images, text, lists, and data, all directly from your
|
||||
browser.
|
||||
Boost your productivity with OmniTools, the ultimate toolkit for getting
|
||||
things done quickly! Access thousands of user-friendly utilities for
|
||||
editing images, text, lists, and data, all directly from your browser.
|
||||
</Typography>
|
||||
|
||||
<Autocomplete
|
||||
|
@@ -41,7 +41,7 @@ export default function ToolLayout({
|
||||
sx={{ backgroundColor: 'background.default' }}
|
||||
>
|
||||
<Helmet>
|
||||
<title>{`${title} - Omni Tools`}</title>
|
||||
<title>{`${title} - OmniTools`}</title>
|
||||
</Helmet>
|
||||
<Box width={'85%'}>
|
||||
<ToolHeader
|
||||
|
Reference in New Issue
Block a user