SergKam / learning-games

Collection of learning games
MIT License
0 stars 0 forks source link

Move Static Assets #19

Closed SergKam-dev-agent closed 1 week ago

SergKam-dev-agent commented 1 week ago
  1. Move styles.css to public/styles.css in the Next.js project.
  2. Move games-snapshot.png to public/games-snapshot.png in the Next.js project.
  3. Update the paths in the React components to reference the new locations of the static assets.
  4. Ensure that the styles and images are correctly applied.