fix: Update BlueWave Uptime references to Checkmate on the Client side and /index.html

Signed-off-by: Mert Şişmanoğlu <mert190737fb@gmail.com>
This commit is contained in:
Mert Şişmanoğlu
2025-01-20 02:48:26 +03:00
parent 5f9404178c
commit 84dd4a49c9
8 changed files with 8 additions and 8 deletions

View File

@ -115,7 +115,7 @@ const CheckEmail = () => {
gap={theme.spacing(4)}
>
<Logo style={{ borderRadius: theme.shape.borderRadius }} />
<Typography sx={{ userSelect: "none" }}>BlueWave Uptime</Typography>
<Typography sx={{ userSelect: "none" }}>Checkmate</Typography>
</Stack>
<Stack
width="100%"

View File

@ -117,7 +117,7 @@ const ForgotPassword = () => {
gap={theme.spacing(4)}
>
<Logo style={{ borderRadius: theme.shape.borderRadius }} />
<Typography sx={{ userSelect: "none" }}>BlueWave Uptime</Typography>
<Typography sx={{ userSelect: "none" }}>Checkmate</Typography>
</Stack>
<Stack
width="100%"

View File

@ -166,7 +166,7 @@ const Login = () => {
gap={theme.spacing(4)}
>
<Logo style={{ borderRadius: theme.shape.borderRadius }} />
<Typography sx={{ userSelect: "none" }}>BlueWave Uptime</Typography>
<Typography sx={{ userSelect: "none" }}>Checkmate</Typography>
</Stack>
<Stack
width="100%"

View File

@ -51,7 +51,7 @@ const NewPasswordConfirmed = () => {
gap={theme.spacing(4)}
>
<Logo style={{ borderRadius: theme.shape.borderRadius }} />
<Typography sx={{ userSelect: "none" }}>BlueWave Uptime</Typography>
<Typography sx={{ userSelect: "none" }}>Checkmate</Typography>
</Stack>
<Stack
width="100%"

View File

@ -306,7 +306,7 @@ const Register = ({ isSuperAdmin }) => {
gap={theme.spacing(4)}
>
<Logo style={{ borderRadius: theme.shape.borderRadius }} />
<Typography sx={{ userSelect: "none" }}>BlueWave Uptime</Typography>
<Typography sx={{ userSelect: "none" }}>Checkmate</Typography>
</Stack>
<Stack
width="100%"

View File

@ -96,7 +96,7 @@ const SetNewPassword = () => {
gap={theme.spacing(4)}
>
<Logo style={{ borderRadius: theme.shape.borderRadius }} />
<Typography sx={{ userSelect: "none" }}>BlueWave Uptime</Typography>
<Typography sx={{ userSelect: "none" }}>Checkmate</Typography>
</Stack>
<Stack
width="100%"

View File

@ -132,7 +132,7 @@ const Integrations = () => {
>
<Typography component="h1">Integrations</Typography>
<Typography mb={theme.spacing(12)}>
Connect BlueWave Uptime to your favorite service.
Connect Checkmate to your favorite service.
</Typography>
<Grid
container

View File

@ -1 +1 @@
<h1>BlueWave Uptime web page</h1>
<h1>Checkmate web page</h1>