add team page to navbar
All checks were successful
delpoy / build-and-deploy (push) Successful in 46s
All checks were successful
delpoy / build-and-deploy (push) Successful in 46s
This commit is contained in:
parent
17644b7952
commit
204e2e915d
@ -28,6 +28,12 @@
|
|||||||
sprite: `${env.PUBLIC_BASE_PATH}/img/menu-faq.png`,
|
sprite: `${env.PUBLIC_BASE_PATH}/img/menu-faq.png`,
|
||||||
href: `${env.PUBLIC_BASE_PATH}/faq`,
|
href: `${env.PUBLIC_BASE_PATH}/faq`,
|
||||||
active: false
|
active: false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Team',
|
||||||
|
sprite: `${env.PUBLIC_BASE_PATH}/img/menu-team.png`,
|
||||||
|
href: `${env.PUBLIC_BASE_PATH}/team`,
|
||||||
|
active: false
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
BIN
static/img/menu-team.png
Normal file
BIN
static/img/menu-team.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
Loading…
x
Reference in New Issue
Block a user