diff --git a/src/components/Resources.js b/src/components/Resources.js index 0e5e9b06..002f2457 100644 --- a/src/components/Resources.js +++ b/src/components/Resources.js @@ -79,6 +79,16 @@ const categories = [ { title: 'News around Eclipse Theia', resources: [ + { + title: 'Introducing the Theia IDE', + url: 'https://eclipsesource.com/blogs/2024/06/27/introducing-the-theia-ide/', + type: 'article' + }, + { + title: 'Eclipse Foundation Introduces the Theia', + url: 'https://newsroom.eclipse.org/news/announcements/eclipse-foundation-introduces-theia-ide-elevate-modern-developer-experience', + type: 'article' + }, { title: 'The Eclipse Theia Update 2023', url: 'https://youtu.be/2rbMtztIHgw?si=3a1hw892rPT-lW6d', diff --git a/src/components/index/Header.js b/src/components/index/Header.js index ef7b2211..d8f868bb 100644 --- a/src/components/index/Header.js +++ b/src/components/index/Header.js @@ -113,7 +113,7 @@ const Header = () => (