Skip to content

Commit 6d7b355

Browse files
thomasballingerstromhalm
authored andcommitted
convex-backend PR 239: Fixes typo on projects dashboard (#42282)
This fixes a small typo I just noticed on the projects dashboard (only visible when the user's team does not have any projects). ---- By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. Co-authored-by: Adrian Jagusch <[email protected]> GitOrigin-RevId: 9cf38ed35d112382415d7e90372958d4d44019de
1 parent c0f5ce4 commit 6d7b355

File tree

1 file changed

+1
-1
lines changed
  • npm-packages/dashboard/src/pages/t/[team]

1 file changed

+1
-1
lines changed

npm-packages/dashboard/src/pages/t/[team]/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ function ProjectGrid({ projects }: { projects: ProjectDetails[] }) {
198198
body={
199199
<>
200200
<p className="text-sm">
201-
This team doesn't have an projects yet.{" "}
201+
This team doesn't have any projects yet.{" "}
202202
</p>
203203
<p className="text-sm">Get started by following the tutorial.</p>
204204
</>

0 commit comments

Comments
 (0)