Skip to content

Commit

Permalink
Add collaboration getting started header #383
Browse files Browse the repository at this point in the history
* add missing space
  • Loading branch information
jfaltermeier committed Sep 2, 2024
1 parent b11ccb0 commit 517c8b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theia-extensions/product/src/browser/branding-util.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ export function renderCollaboration(windowService: WindowService): React.ReactNo
<div >
The IDE features a built-in collaboration feature.
You can share your workspace with others and work together in real-time by clicking on the <i>Collaborate</i> item in the status bar.
The collaboration feature is powered by the
<BrowserLink text="Open Collaboration Tools" url="https://www.open-collab.tools/" windowService={windowService} /> project
The collaboration feature is powered by
the <BrowserLink text="Open Collaboration Tools" url="https://www.open-collab.tools/" windowService={windowService} /> project
and uses their public server infrastructure.
</div>
</div>;
Expand Down

0 comments on commit 517c8b4

Please sign in to comment.