Skip to content

Commit

Permalink
Fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mlejva committed Nov 6, 2024
1 parent af018ee commit f26ec10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/components/Dashboard/Team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ export const TeamContent = ({
<h4 className="font-medium pb-2">How to invite people to your team</h4>
<ol className="list-decimal list-inside text-sm text-gray-400">
<li>Have them create an E2B account</li>
<li>Ask them to send you their user ID (Click on 'Copy your user ID' button)</li>
<li>Paste their user ID and click on 'Add user'</li>
<li>Ask them to send you their user ID (Click on &quot;Copy your user ID&quot; button)</li>
<li>Paste their user ID and click on &quot;Add user&quot;</li>
</ol>
</div>

Expand Down

0 comments on commit f26ec10

Please sign in to comment.