@cryptotaxi247 / CoPilot / commits / f02568ee

precommit fixes

Taylor committed Jul 10, 2024 at 12:38 UTC f02568eef9e9f78b6506e1c589c000ad59da71bc
4 files changed +6 -6
frontend/package.json
+1 -1
@@ -137,4 +137,4 @@
137 "engines": {
138 "node": ">=18.0.0"
139 }
140 -}
\ No newline at end of file
140 +}
frontend/src/components/auth/AuthForm.vue
+2 -2
@@ -52,8 +52,8 @@ const title = computed<string>(() =>
52 typeRef.value === "signin"
53 ? "SOCFortress CoPilot"
54 : typeRef.value === "signup"
55 - ? "SOCFortress CoPilot"
56 - : "Forgot Password"
55 + ? "SOCFortress CoPilot"
56 + : "Forgot Password"
57 )
58
59 function gotoSignIn() {
frontend/src/components/cards/CardActions.vue
+2 -2
@@ -71,7 +71,7 @@ const menuOptions = computed(() =>
71 key: "reload",
72 icon: renderIcon(ReloadIcon)
73 }
74 - ]
74 + ]
75 : [
76 {
77 label: "Collapse",
@@ -83,7 +83,7 @@ const menuOptions = computed(() =>
83 key: "reload",
84 icon: renderIcon(ReloadIcon)
85 }
86 - ]
86 + ]
87 )
88
89 function menuSelect(key: string) {
frontend/src/design-tokens.json
+1 -1
@@ -164,4 +164,4 @@
164 "hover050": "rgba(255, 255, 255, 0.5)"
165 }
166 }
167 -}
\ No newline at end of file
167 +}