Outline

You can add a Link tag by first importing { Link } from "gatsby" at the top of the file. Then, you can add the <Link> component with a route passed into to and some text for the link:

<Link to="/events">Events</Link>

Let's do a recap of what we've learned about Gatsby basics in the next video.

 

I finished! On to the next chapter