Skip to content

Commit 96578bb

Browse files
committed
Formatting improvement
1 parent 23ceefc commit 96578bb

File tree

1 file changed

+3
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.new

1 file changed

+3
-1
lines changed

apps/webapp/app/routes/_app.orgs.new/route.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,11 @@ export const action: ActionFunction = async ({ request }) => {
104104
uiComponent.text({
105105
size: "L",
106106
color: "NORMAL",
107-
text: "What problem are they trying to solve?",
107+
text: "What problem are you trying to solve?",
108108
}),
109109
uiComponent.text({
110+
size: "L",
111+
color: "NORMAL",
110112
text: whyUseUs.toString(),
111113
}),
112114
],

0 commit comments

Comments
 (0)