Shorten title
Mobile was cutting off, otherwise worked okay!
This commit is contained in:
parent
ec5cd10ab1
commit
56ae81198a
1 changed files with 1 additions and 1 deletions
|
@ -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}`,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue