aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/Router
diff options
context:
space:
mode:
authorLASER-Yi <[email protected]>2022-03-21 10:20:42 +0800
committerLASER-Yi <[email protected]>2022-03-21 10:20:42 +0800
commite5c21bee450885020a70d67138c0e3c21f299ad4 (patch)
treeead1e67e6f31dcae94f9d83adb2c532aa8fb2690 /frontend/src/Router
parent4c7c240820f231d3e0b1ef75adaf715c541c58eb (diff)
downloadbazarr-e5c21bee450885020a70d67138c0e3c21f299ad4.tar.gz
bazarr-e5c21bee450885020a70d67138c0e3c21f299ad4.zip
Diffstat (limited to 'frontend/src/Router')
-rw-r--r--frontend/src/Router/index.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/src/Router/index.tsx b/frontend/src/Router/index.tsx
index 2d94c7785..b47e823da 100644
--- a/frontend/src/Router/index.tsx
+++ b/frontend/src/Router/index.tsx
@@ -31,6 +31,7 @@ import WantedSeriesView from "@/pages/Wanted/Series";
import { Environment } from "@/utilities";
import {
faClock,
+ faCogs,
faExclamationTriangle,
faFileExcel,
faFilm,
@@ -181,7 +182,7 @@ function useRoutes(): CustomRouteObject[] {
],
},
{
- icon: faExclamationTriangle,
+ icon: faCogs,
name: "Settings",
path: "settings",
children: [