Shorten title

Mobile was cutting off, otherwise worked okay!
This commit is contained in:
Thomas Zarebczan 2022-03-23 15:02:08 -04:00 committed by Thomas Zarebczan
parent ec5cd10ab1
commit 56ae81198a

View file

@ -87,7 +87,7 @@ function HomePage(props: Props) {
} else if (key === 'FYP') { } else if (key === 'FYP') {
sortedRowData.push({ sortedRowData.push({
id: 'FYP', id: 'FYP',
title: 'Recommended For You', title: 'Recommended',
icon: ICONS.GLOBE, icon: ICONS.GLOBE,
link: `/$/${PAGES.FYP}`, link: `/$/${PAGES.FYP}`,
}); });