diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 87c0e04..14c3ab0 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -28,6 +28,12 @@ sprite: `${env.PUBLIC_BASE_PATH}/img/menu-faq.png`, href: `${env.PUBLIC_BASE_PATH}/faq`, active: false + }, + { + name: 'Team', + sprite: `${env.PUBLIC_BASE_PATH}/img/menu-team.png`, + href: `${env.PUBLIC_BASE_PATH}/team`, + active: false } ]; diff --git a/static/img/menu-team.png b/static/img/menu-team.png new file mode 100644 index 0000000..3ee5d76 Binary files /dev/null and b/static/img/menu-team.png differ