🎨 Remove sky in favor of static background color

This commit is contained in:
Rune Harlyk
2025-10-20 21:04:26 +02:00
parent 64ef3d31eb
commit 48c0b01f93
5 changed files with 17 additions and 137 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
<div class="hero bg-base-100 h-screen">
<div class="card md:card-side bg-base-200 shadow-2xl flex justify-center items-center">
<div class="w-64 h-64">
<Visualization sky={false} orbit panel={false} ground={false} />
<Visualization defaultColor={null} orbit panel={false} ground={false} />
</div>
<div class="card-body w-80">
<h2 class="card-title text-center text-2xl">Begin you journey</h2>