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

Displaying try it! button when repo is not hosted #20

Closed MatthewNobes closed 2 years ago

MatthewNobes commented 2 years ago

The try it button is present for every repo, when it should only be present for ones that are hosted.

MatthewNobes commented 2 years ago

It should also utilise the homepage parameter passed over from the API

MatthewNobes commented 2 years ago

Bug patched