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 5f5ad26 commit 6bad659Copy full SHA for 6bad659
src/site-isotype/index.tsx
@@ -59,7 +59,9 @@ function siteIsotype() {
59
}}
60
class="atom atom-1 atom-inner-shadow"
61
>
62
- {!isAndroid && <SitePlanet class="planet" />}
+ {isAndroid != null && !isAndroid && (
63
+ <SitePlanet class="planet" />
64
+ )}
65
</div>
66
<div
67
ref={(ref) => {
@@ -69,7 +71,7 @@ function siteIsotype() {
69
71
70
72
class="atom atom-2 atom-inner-shadow"
73
- {!isAndroid && (
74
75
<SitePlanet class="planet" style="--duration: 60s" />
76
)}
77
@@ -81,7 +83,7 @@ function siteIsotype() {
81
83
82
84
class="atom atom-3 atom-inner-shadow"
85
86
87
<SitePlanet
88
class="planet"
89
reverse
0 commit comments