Skip to content

Commit

Permalink
Fix type (#573)
Browse files Browse the repository at this point in the history
fixed #571

Signed-off-by: Jonas Helming <[email protected]>
  • Loading branch information
JonasHelming authored Jul 2, 2024
1 parent 0129062 commit be5447a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/index/VSCodeExtensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const VSCodeExtensions = () => (
<Styled>
<section className="products" >
<h3 className="heading-tertiary">Most popular extensions for Theia</h3>
<p>Unlock limitless possibilities with Theia IDE's seamless compatibility with the VS Code extension ecosystem. From robust linting tools to interactive notebook editors, customize your development experience like never before. Explore <b>more than 3000 availabe extensions</b> for the Theia IDE at <a href="https://open-vsx.org/">open-vsx.org!</a></p>
<p>Unlock limitless possibilities with Theia IDE's seamless compatibility with the VS Code extension ecosystem. From robust linting tools to interactive notebook editors, customize your development experience like never before. Explore <b>more than 3000 available extensions</b> for the Theia IDE at <a href="https://open-vsx.org/">open-vsx.org!</a></p>
<br></br>
<div className="swiper-button-prev"></div>
<Swiper
Expand Down

0 comments on commit be5447a

Please sign in to comment.