Bug 33169: (QA follow-up) Fix some icons for lower FA version

In the navigation some icons were missing, because they had changed
names between versions, this restores them. Fixed icons concerned
the navigation items:

* Local
* Local > Titles
* EBSCO > Titles

(cherry picked from commit 102b21d2ae)
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
This commit is contained in:
Katrin Fischer 2023-10-25 11:38:27 +00:00 committed by Matt Blenkinsop
parent 6af0dc72d9
commit 9f77254010

View file

@ -116,7 +116,7 @@ export const routes = [
{
path: "local",
title: $__("Local"),
icon: "fa-solid fa-location-dot",
icon: "fa fa-map-marker",
disabled: true,
children: [
{
@ -161,7 +161,7 @@ export const routes = [
{
path: "titles",
title: $__("Titles"),
icon: "fa-solid fa-arrow-down-a-z",
icon: "fa fa-sort-alpha-asc",
is_end_node: true,
children: [
{
@ -247,7 +247,7 @@ export const routes = [
{
path: "titles",
title: $__("Titles"),
icon: "fa-solid fa-arrow-down-a-z",
icon: "fa fa-sort-alpha-asc",
is_end_node: true,
children: [
{