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 0919197 commit 5b1a1faCopy full SHA for 5b1a1fa
src/components/Globe3D.tsx
@@ -62,7 +62,7 @@ const Globe3D = () => {
62
controls.enableZoom = false;
63
controls.enablePan = false;
64
controls.autoRotate = true;
65
- controls.autoRotateSpeed = 0.3;
+ controls.autoRotateSpeed = 1.0;
66
controls.minPolarAngle = Math.PI / 4;
67
controls.maxPolarAngle = Math.PI - Math.PI / 4;
68
src/components/Navigation.tsx
@@ -31,7 +31,7 @@ const Navigation = () => {
31
<div className="flex items-center">
32
<Terminal className="h-8 w-8 text-green-400 mr-2" />
33
<span className="text-xl font-mono font-bold text-green-400">
34
- {"<DevPortfolio />"}
+ {"<jaystack.dev />"}
35
</span>
36
</div>
37
0 commit comments