add team page to navbar
All checks were successful
delpoy / build-and-deploy (push) Successful in 46s

This commit is contained in:
bytedream 2024-10-30 12:42:07 +01:00
parent 17644b7952
commit 204e2e915d
2 changed files with 6 additions and 0 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB