Skip to content

Commit b5ac33f

Browse files
authored
♻️ Update meta titles (#2179)
1 parent 083d3e5 commit b5ac33f

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

frontend/src/routes/_layout/admin.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const Route = createFileRoute("/_layout/admin")({
2929
head: () => ({
3030
meta: [
3131
{
32-
title: "Admin - FastAPI Cloud",
32+
title: "Admin - FastAPI Template",
3333
},
3434
],
3535
}),

frontend/src/routes/_layout/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const Route = createFileRoute("/_layout/")({
77
head: () => ({
88
meta: [
99
{
10-
title: "Dashboard - FastAPI Cloud",
10+
title: "Dashboard - FastAPI Template",
1111
},
1212
],
1313
}),

frontend/src/routes/_layout/items.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const Route = createFileRoute("/_layout/items")({
2121
head: () => ({
2222
meta: [
2323
{
24-
title: "Items - FastAPI Cloud",
24+
title: "Items - FastAPI Template",
2525
},
2626
],
2727
}),

frontend/src/routes/_layout/settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const Route = createFileRoute("/_layout/settings")({
1717
head: () => ({
1818
meta: [
1919
{
20-
title: "Settings - FastAPI Cloud",
20+
title: "Settings - FastAPI Template",
2121
},
2222
],
2323
}),

frontend/src/routes/login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const Route = createFileRoute("/login")({
4444
head: () => ({
4545
meta: [
4646
{
47-
title: "Log In - FastAPI Cloud",
47+
title: "Log In - FastAPI Template",
4848
},
4949
],
5050
}),

frontend/src/routes/recover-password.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const Route = createFileRoute("/recover-password")({
4242
head: () => ({
4343
meta: [
4444
{
45-
title: "Recover Password - FastAPI Cloud",
45+
title: "Recover Password - FastAPI Template",
4646
},
4747
],
4848
}),

frontend/src/routes/reset-password.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const Route = createFileRoute("/reset-password")({
6060
head: () => ({
6161
meta: [
6262
{
63-
title: "Reset Password - FastAPI Cloud",
63+
title: "Reset Password - FastAPI Template",
6464
},
6565
],
6666
}),

frontend/src/routes/signup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const Route = createFileRoute("/signup")({
5151
head: () => ({
5252
meta: [
5353
{
54-
title: "Sign Up - FastAPI Cloud",
54+
title: "Sign Up - FastAPI Template",
5555
},
5656
],
5757
}),

0 commit comments

Comments
 (0)