Skip to content

Commit

Permalink
fix(web): mark the "Invite members" feature as done
Browse files Browse the repository at this point in the history
  • Loading branch information
IKatsuba committed May 6, 2024
1 parent 9485869 commit 6be8ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/home/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export default function Component() {
<span>Projects: Create projects inside your workspace.</span>
</li>
<li className="flex items-start gap-2">
<Checkbox checked={false} className="mt-1" />
<Checkbox checked className="mt-1" />
<span>Members: Invite members to your workspace.</span>
</li>
<li className="flex items-start gap-2">
Expand Down

0 comments on commit 6be8ed2

Please sign in to comment.