Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/src/routes/_layout/admin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const Route = createFileRoute("/_layout/admin")({
head: () => ({
meta: [
{
title: "Admin - FastAPI Cloud",
title: "Admin - FastAPI Template",
},
],
}),
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/routes/_layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const Route = createFileRoute("/_layout/")({
head: () => ({
meta: [
{
title: "Dashboard - FastAPI Cloud",
title: "Dashboard - FastAPI Template",
},
],
}),
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/routes/_layout/items.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const Route = createFileRoute("/_layout/items")({
head: () => ({
meta: [
{
title: "Items - FastAPI Cloud",
title: "Items - FastAPI Template",
},
],
}),
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/routes/_layout/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const Route = createFileRoute("/_layout/settings")({
head: () => ({
meta: [
{
title: "Settings - FastAPI Cloud",
title: "Settings - FastAPI Template",
},
],
}),
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/routes/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const Route = createFileRoute("/login")({
head: () => ({
meta: [
{
title: "Log In - FastAPI Cloud",
title: "Log In - FastAPI Template",
},
],
}),
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/routes/recover-password.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const Route = createFileRoute("/recover-password")({
head: () => ({
meta: [
{
title: "Recover Password - FastAPI Cloud",
title: "Recover Password - FastAPI Template",
},
],
}),
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/routes/reset-password.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const Route = createFileRoute("/reset-password")({
head: () => ({
meta: [
{
title: "Reset Password - FastAPI Cloud",
title: "Reset Password - FastAPI Template",
},
],
}),
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/routes/signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const Route = createFileRoute("/signup")({
head: () => ({
meta: [
{
title: "Sign Up - FastAPI Cloud",
title: "Sign Up - FastAPI Template",
},
],
}),
Expand Down
Loading