Skip to content

Commit 5b1a1fa

Browse files
Update
1 parent 0919197 commit 5b1a1fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Globe3D.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const Globe3D = () => {
6262
controls.enableZoom = false;
6363
controls.enablePan = false;
6464
controls.autoRotate = true;
65-
controls.autoRotateSpeed = 0.3;
65+
controls.autoRotateSpeed = 1.0;
6666
controls.minPolarAngle = Math.PI / 4;
6767
controls.maxPolarAngle = Math.PI - Math.PI / 4;
6868

src/components/Navigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const Navigation = () => {
3131
<div className="flex items-center">
3232
<Terminal className="h-8 w-8 text-green-400 mr-2" />
3333
<span className="text-xl font-mono font-bold text-green-400">
34-
{"<DevPortfolio />"}
34+
{"<jaystack.dev />"}
3535
</span>
3636
</div>
3737

0 commit comments

Comments
 (0)