gitfrosh / lotr-api

This repository holds the code base of the API to rule them all, the Lord of the Rings api, which provides you with book, character, movie and quotes data.
https://the-one-api.dev
238 stars 66 forks source link

Change a href to Link tag on the Frontend #18

Closed archbloom closed 4 years ago

archbloom commented 4 years ago

For the faster performance changed <a href="/"> to <Link to="/">.

gitfrosh commented 4 years ago

Hi @archbloom, thanks for this contribution! 🚀