MatthewNobes / MatthewNobes.github.io

This is my personal portfolio website that I use to showcase and explain my projects. It has been rebuilt with React, using React router for its navigation system and uses GitHub's Rest API to collect project information.
https://matthewnobes.github.io/
MIT License
2 stars 0 forks source link

Navigation update #1

Closed MatthewNobes closed 2 years ago

MatthewNobes commented 2 years ago

The react-router element needs to be updated from using a Switch to the routes object instead.

MatthewNobes commented 2 years ago

This is a ten minute jobs but some test scripts should be added at the same time.

MatthewNobes commented 2 years ago

This issue was fulfilled in the recent commit for updating the JS standard