Skip to content

Commit

Permalink
fix spelling models.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Pronoss authored Jan 26, 2025
1 parent 7769821 commit 22f584c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/components/ThreeHero/models.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { useMediaQuery } from 'usehooks-ts';
import dynamic from 'next/dynamic';

// Assets
import controlerModel from './assets/controller.glb';
import controllerModel from './assets/controller.glb';
import ethModel from './assets/eth.glb';
import globeModel from './assets/globe.glb';
import phoneModel from './assets/phone.glb';
Expand Down Expand Up @@ -229,7 +229,7 @@ export function Lightning() {
}

export function Controller(props: MeshProps) {
const { nodes } = useGLTF(controlerModel);
const { nodes } = useGLTF(controllerModel);
const model = nodes.Controller as Mesh;
return (
<PhysicsMesh>
Expand Down

0 comments on commit 22f584c

Please sign in to comment.