Skip to content

Commit

Permalink
Remove Beta from Theia ide (#568)
Browse files Browse the repository at this point in the history
fixed #567

Signed-off-by: Jonas Helming <[email protected]>
  • Loading branch information
JonasHelming committed Jun 29, 2024
1 parent a4208f3 commit 0129062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/index/TheiaIDEDownloads.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const TheiaIDEDownloads = () => (
Download Theia IDE
</h1>

NOTE: The Eclipse Theia IDE is currently in beta. While we are continuing to make improvements and add functionality, we welcome and value your feedback (see below).
We are continuing to make improvements and add functionality to the Theia IDE, we welcome and value your feedback (see below).

<div className="header__buttons">
<a className="btn btn--cta" href="https://www.eclipse.org/downloads/download.php?file=/theia/ide/latest/windows/TheiaIDESetup.exe&r=1" rel="noopener">Windows (latest)</a>
Expand Down
2 changes: 1 addition & 1 deletion src/components/index/TheiaIDEHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const TheiaIDEHeader = () => (
<div className="header">
<div id="theiaide" className="row">
<img className="logo" src={TheiaIDELogo} style={{height: '3rem'}} alt="The Theia IDE Logo"></img>
<h1>The Eclipse Theia IDE <sup>BETA</sup></h1>
<h1>The Eclipse Theia IDE</h1>
<img className="wrap" src={TheiaIDEScreenshot} alt="Theia IDE" />
<h2 style={{ fontSize: '2.1rem' }}>
A modern and open IDE for cloud and desktop. The Theia IDE is based on the Theia platform.
Expand Down

0 comments on commit 0129062

Please sign in to comment.