Skip to content

Commit

Permalink
Edited headerNavLinks
Browse files Browse the repository at this point in the history
  • Loading branch information
prjctimg committed Oct 15, 2023
1 parent 8429a21 commit 8e6b8c8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions data/headerNavLinks.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { PenTool, Code, Wind } from 'react-feather'

const headerNavLinks = [
{ href: '/', icon: <Wind className="m-4 inline text-gray-600" />, title: 'Getting Started' },
{ href: '/blog', title: 'API', icon: <PenTool className="m-4 inline text-gray-600" /> },

{ href: '/projects', icon: <Code className="m-4 inline text-gray-600" />, title: 'Guides' },
{ href: '/blog', title: 'API' },
{ href: '/projects', title: 'Guides' },
{ href: '/', title: 'Getting Started' },
]

export default headerNavLinks

0 comments on commit 8e6b8c8

Please sign in to comment.