Skip to content

Commit bee68df

Browse files
Fix spacing
1 parent e9904ac commit bee68df

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Web/ClientApp/src/components/About.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ export const About = () =>
88
The code you submit is not stored in any form. Therefore, please <a href="https://github.com/icsharpcode/CodeConverter/issues">report errors</a>.
99
</p>
1010
<p>
11-
For larger conversions please use the <a href="https://marketplace.visualstudio.com/items?itemName=SharpDevelopTeam.CodeConverter">Code Converter Extension</a>
12-
for Visual Studio, which uses full project context to significantly improve conversion. It runs completely locally without calling this REST API.
11+
For larger conversions please use the <a href="https://marketplace.visualstudio.com/items?itemName=SharpDevelopTeam.CodeConverter">Code Converter Extension</a> for Visual Studio, which uses full project context to significantly improve conversion. It runs completely locally without calling this REST API.
1312
</p>
1413
<p>
1514
The code for this Web site can be found in the <a href="https://github.com/icsharpcode/CodeConverter/">Code Converter GitHub repository</a>.
16-
The client library for the REST API plus some smaller clients are accessible via the
17-
<a href="https://github.com/christophwille/roslyncodeconverterclients">clients repository</a>,
15+
The client library for the REST API plus some smaller clients are accessible via the <a href="https://github.com/christophwille/roslyncodeconverterclients">clients repository</a>,
1816
which has a downloadable release of the <a href="https://github.com/christophwille/roslyncodeconverterclients/releases">Windows desktop client</a>.
1917
</p>
2018
<p>

0 commit comments

Comments
 (0)