Skip to content

Commit

Permalink
Notes for how to access and change balls
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanw2457 committed Oct 11, 2024
1 parent dccfcaa commit aa823d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { // Change the values of the balls in index.js in the constants folder a
creator,
web,
javascript, // make sure to import your constants for the balls like here
typescript,
typescript, // Remember they are from ../assets so see if they exist there
html,
css,
reactjs,
Expand All @@ -23,7 +23,7 @@ import { // Change the values of the balls in index.js in the constants folder a
jobit,
tripguide,
threejs,
} from "../assets";
} from "../assets"; // Remember they are from ../assets so see if they exist there

export const navLinks = [
{
Expand Down

0 comments on commit aa823d7

Please sign in to comment.