File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff 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 } ) ,
Original file line number Diff line number Diff 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 } ) ,
Original file line number Diff line number Diff 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 } ) ,
Original file line number Diff line number Diff 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 } ) ,
Original file line number Diff line number Diff 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 } ) ,
Original file line number Diff line number Diff 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 } ) ,
Original file line number Diff line number Diff 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 } ) ,
Original file line number Diff line number Diff 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 } ) ,
You can’t perform that action at this time.
0 commit comments