Skip to content

Commit ec1854d

Browse files
authored
Update __root.tsx
1 parent 2a19170 commit ec1854d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/routes/__root.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const Route = createRootRoute({
2929
content: "width=device-width, initial-scale=1",
3030
},
3131
{
32-
title: "FixFX Status | The unofficial Cfx.re Service Monitor",
32+
title: "The unofficial Cfx.re Service Monitor",
3333
},
3434
{
3535
name: "description",
@@ -42,7 +42,7 @@ export const Route = createRootRoute({
4242
},
4343
{
4444
property: "og:title",
45-
content: "FixFX Status | The unofficial Cfx.re Service Monitor",
45+
content: "The unofficial Cfx.re Service Monitor",
4646
},
4747
{
4848
property: "og:description",
@@ -75,7 +75,7 @@ export const Route = createRootRoute({
7575
},
7676
{
7777
name: "twitter:title",
78-
content: "FixFX Status | The unofficial Cfx.re Service Monitor",
78+
content: "The unofficial Cfx.re Service Monitor",
7979
},
8080
{
8181
name: "twitter:description",

0 commit comments

Comments
 (0)