mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-29 05:02:52 +08:00
website: shift nav links around
This commit is contained in:
@ -23,8 +23,8 @@ module.exports = {
|
||||
src: 'img/logo.svg',
|
||||
},
|
||||
items: [
|
||||
{href: '/introduction', label: 'Getting Started', position: 'right'},
|
||||
{to: 'blog', label: 'Blog', position: 'right'},
|
||||
{href: '/introduction', label: 'Getting Started', position: 'left'},
|
||||
{to: 'blog', label: 'Blog', position: 'left'},
|
||||
{
|
||||
href: 'https://github.com/yangshun/tech-interview-handbook',
|
||||
label: 'GitHub',
|
||||
|
Reference in New Issue
Block a user