Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamTheCoder committed May 31, 2021
1 parent e9904ac commit bee68df
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Web/ClientApp/src/components/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ export const About = () =>
The code you submit is not stored in any form. Therefore, please <a href="https://github.com/icsharpcode/CodeConverter/issues">report errors</a>.
</p>
<p>
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.
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.
</p>
<p>
The code for this Web site can be found in the <a href="https://github.com/icsharpcode/CodeConverter/">Code Converter GitHub repository</a>.
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>,
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>,
which has a downloadable release of the <a href="https://github.com/christophwille/roslyncodeconverterclients/releases">Windows desktop client</a>.
</p>
<p>
Expand Down

0 comments on commit bee68df

Please sign in to comment.