Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit 27a66dc

Browse files
authored
Fix closing tag for h1 element in Main.jsx
1 parent 54f6bb7 commit 27a66dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Base/Core/Main.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function Main() {
1818
<div className="section-content">
1919
<div className="row">
2020
<div className="column large-centered large-10 text-center">
21-
<h1 className="typography-headline gradient-text">Aurora Editor Sunset Announcement</a>
21+
<h1 className="typography-headline gradient-text">Aurora Editor Sunset Announcement</h1>
2222
<p className="typography-intro">After much thought and consideration, we have decided to officially sunset Aurora Editor.<br>
2323
Aurora started as a community-driven effort to build a fast, lightweight, and truly native IDE for macOS developers. It grew out of passion, collaboration, and a shared vision for an open alternative. Along the way, contributors poured in their time, energy, and creativity to shape what Aurora became.<br>
2424
But as with all projects, there comes a time to reflect on sustainability and focus. With limited resources, shifting priorities, and new tools emerging in the developer ecosystem, we believe it’s the right moment to bring Aurora Editor’s journey to a graceful close.<br>

0 commit comments

Comments
 (0)