chore: rename from Omni Tools to OmniTools
Some checks failed
CI / test-and-build (push) Has been cancelled
CI / Playwright Tests (push) Has been cancelled
CI / Build and Push Multi-Platform Docker Image (push) Has been cancelled
CI / deploy (push) Has been cancelled

This commit is contained in:
Ibrahima G. Coulibaly 2025-07-04 13:09:45 +01:00
commit 706212a445
3 changed files with 6 additions and 7 deletions

View file

@ -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>

View file

@ -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

View file

@ -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