We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace56d9 commit b23a452Copy full SHA for b23a452
app/solid/index.html
@@ -31,6 +31,15 @@ <h1 class="hero-title mt-0">Solar Space</h1>
31
</div>
32
</section>
33
34
+ <section class="section">
35
+ <div class="container">
36
+ <p>🚧 Heads up! Solar Space is still in early development and things may change or break at any time — including backward compatibility.
37
+ Please don’t use it in production environments just yet.
38
+ If you spot a bug or have a suggestion, please <a href="https://github.com/solarspace-dev/solarspace.dev">open an issue on GitHub</a>.
39
+ </p>
40
+ </div>
41
+ </section>
42
+
43
<section class="features section">
44
<div class="container">
45
<div class="features-inner section-inner ">
0 commit comments