Spaces:
Running
Running
Upload 9 files
Browse files- src/views/LandingView.js +2 -2
src/views/LandingView.js
CHANGED
|
@@ -14,13 +14,13 @@ export function renderLandingView() {
|
|
| 14 |
<div class="min-h-screen flex flex-col items-center justify-center p-4 relative overflow-hidden">
|
| 15 |
|
| 16 |
<!-- Decor Monsters (Desktop Only) -->
|
| 17 |
-
<div class="absolute bottom-10 left-10 w-48 h-48 hidden lg:block
|
| 18 |
style="animation: float 6s ease-in-out infinite;">
|
| 19 |
<div class="w-full h-full drop-shadow-[0_0_15px_rgba(34,211,238,0.5)]">
|
| 20 |
${svgLeft}
|
| 21 |
</div>
|
| 22 |
</div>
|
| 23 |
-
<div class="absolute bottom-10 right-10 w-48 h-48 hidden lg:block
|
| 24 |
style="animation: float 8s ease-in-out infinite reverse;">
|
| 25 |
<div class="w-full h-full drop-shadow-[0_0_15px_rgba(59,130,246,0.5)]">
|
| 26 |
${svgRight}
|
|
|
|
| 14 |
<div class="min-h-screen flex flex-col items-center justify-center p-4 relative overflow-hidden">
|
| 15 |
|
| 16 |
<!-- Decor Monsters (Desktop Only) -->
|
| 17 |
+
<div class="absolute bottom-10 left-10 w-48 h-48 hidden lg:block pointer-events-none"
|
| 18 |
style="animation: float 6s ease-in-out infinite;">
|
| 19 |
<div class="w-full h-full drop-shadow-[0_0_15px_rgba(34,211,238,0.5)]">
|
| 20 |
${svgLeft}
|
| 21 |
</div>
|
| 22 |
</div>
|
| 23 |
+
<div class="absolute bottom-10 right-10 w-48 h-48 hidden lg:block pointer-events-none"
|
| 24 |
style="animation: float 8s ease-in-out infinite reverse;">
|
| 25 |
<div class="w-full h-full drop-shadow-[0_0_15px_rgba(59,130,246,0.5)]">
|
| 26 |
${svgRight}
|