Skip to content

Commit

Permalink
Merge branch 'alpha'
Browse files Browse the repository at this point in the history
# Conflicts:
#	docs/master/CHANGELOG.md
  • Loading branch information
alimoezzi committed May 8, 2022
2 parents be91ac0 + 68bf36f commit 8f71fdc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions src/components/Cursor/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,12 @@ export function Cursor({
<button
type='button'
className='z-20 font-mono text-base text-zinc-500 hover:text-white'
onMouseEnter={() => {
hover(true)
onClick={() => {
setCopyRightHovered(true)
}}
onPointerOver={() => {
hover(true)
}}
onMouseLeave={() => {
hover(false)
}}>
Expand Down
7 changes: 4 additions & 3 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,11 +340,12 @@ export default function Home() {
makeDefault
position={pos}
rotation={rotation}
zoom={1}
zoom={4}
far={8}
fov={120}
fov={150}
/>
<ambientLight intensity={0.1} />
<ambientLight intensity={1} />
<pointLight intensity={1} />

<Cursor
speed={0.2}
Expand Down
1 change: 1 addition & 0 deletions src/styles/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8f71fdc

Please sign in to comment.