Change the name of 'more' link to 'menu' to improve Lighthouse score.

This commit is contained in:
Fred Boniface 2023-08-24 14:48:05 +01:00
parent 078d1d473f
commit b1646fb2bd
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
svgPath: '/images/navigation/info.svg'
},
{
title: 'More',
title: 'Menu',
path: '/more',
svgPath: '/images/navigation/more.svg'
}