Skip to content

Commit b23a452

Browse files
Show warning message for early adopters.
1 parent ace56d9 commit b23a452

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/solid/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ <h1 class="hero-title mt-0">Solar Space</h1>
3131
</div>
3232
</section>
3333

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+
3443
<section class="features section">
3544
<div class="container">
3645
<div class="features-inner section-inner ">

0 commit comments

Comments
 (0)