Spaces:
Runtime error
Runtime error
Commit
·
263f8a7
1
Parent(s):
d47708b
Update App.js
Browse files- src/App.js +1 -1
src/App.js
CHANGED
@@ -472,7 +472,7 @@ function App() {
|
|
472 |
|
473 |
function Bg() {
|
474 |
|
475 |
-
const texture = useTexture('/images/
|
476 |
|
477 |
return(
|
478 |
<mesh position={[0, 1.5, -2]} scale={[0.8, 0.8, 0.8]}>
|
|
|
472 |
|
473 |
function Bg() {
|
474 |
|
475 |
+
const texture = useTexture('/images/background2.jpg');
|
476 |
|
477 |
return(
|
478 |
<mesh position={[0, 1.5, -2]} scale={[0.8, 0.8, 0.8]}>
|