Skip to content

Commit

Permalink
fix: more adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleryy committed Nov 11, 2023
2 parents 1b4ac6f + 8790d3f commit 91c68c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/site/src/app/(home)/components/Fireflies.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Fireflies = () => {
color="orange"
count={95}
noise={0.35}
opacity={0.6}
opacity={0.8}
speed={0.3}
size={
new Float32Array([
Expand Down
2 changes: 1 addition & 1 deletion apps/site/src/app/(home)/sections/Landing/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Landing = () => {
<View className="h-full w-full absolute">
<Suspense fallback={null}>
<Fireflies />
<PerspectiveCamera makeDefault position={[0.1, 0, 0.5]} />
<PerspectiveCamera makeDefault position={[0.1, 0.1, 0.6]} />
</Suspense>
</View>
<div className={styles.landingGroup}>
Expand Down

0 comments on commit 91c68c4

Please sign in to comment.