Skip to content

Commit

Permalink
Fix anchor for getting-started footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
Anca Emcken authored and Anca Emcken committed Feb 25, 2021
1 parent 44053f7 commit d89c4ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/app/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ const Footer = ({ fields }) => (
</Link>
<nav className="nav flex-column">
<Link to="/docs/nextjs/getting-started-nextjs/workflow-options" className="nav-link small text-white">
Started with Next.js
Getting Started with Next.js
</Link>
<Link to="/docs/client-frameworks/getting-started/quick-start" className="nav-link small text-white">
Started with React, Angular, or Vue
Getting Started with React, Angular, or Vue
</Link>
<Link to="/docs/fundamentals/architecture" className="nav-link small text-white">
Fundamentals
Expand Down

0 comments on commit d89c4ce

Please sign in to comment.