mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-14 11:58:33 +05:30
chore: rename from Omni Tools to OmniTools
This commit is contained in:
parent
d25f7ca557
commit
706212a445
3 changed files with 6 additions and 7 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<link href="/assets/fonts/plus-jakarta/plus-jakarta.css" rel="stylesheet" />
|
<link href="/assets/fonts/plus-jakarta/plus-jakarta.css" rel="stylesheet" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Omni Tools</title>
|
<title>OmniTools</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ export default function Hero() {
|
||||||
display={'inline'}
|
display={'inline'}
|
||||||
color={'primary'}
|
color={'primary'}
|
||||||
>
|
>
|
||||||
Omni Tools
|
OmniTools
|
||||||
</Typography>
|
</Typography>
|
||||||
</Typography>
|
</Typography>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|
@ -57,10 +57,9 @@ export default function Hero() {
|
||||||
fontSize={{ xs: 15, md: 20 }}
|
fontSize={{ xs: 15, md: 20 }}
|
||||||
mb={2}
|
mb={2}
|
||||||
>
|
>
|
||||||
Boost your productivity with Omni Tools, the ultimate toolkit for
|
Boost your productivity with OmniTools, the ultimate toolkit for getting
|
||||||
getting things done quickly! Access thousands of user-friendly utilities
|
things done quickly! Access thousands of user-friendly utilities for
|
||||||
for editing images, text, lists, and data, all directly from your
|
editing images, text, lists, and data, all directly from your browser.
|
||||||
browser.
|
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|
||||||
<Autocomplete
|
<Autocomplete
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ export default function ToolLayout({
|
||||||
sx={{ backgroundColor: 'background.default' }}
|
sx={{ backgroundColor: 'background.default' }}
|
||||||
>
|
>
|
||||||
<Helmet>
|
<Helmet>
|
||||||
<title>{`${title} - Omni Tools`}</title>
|
<title>{`${title} - OmniTools`}</title>
|
||||||
</Helmet>
|
</Helmet>
|
||||||
<Box width={'85%'}>
|
<Box width={'85%'}>
|
||||||
<ToolHeader
|
<ToolHeader
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue