diff options
author | LASER-Yi <[email protected]> | 2022-03-21 10:20:42 +0800 |
---|---|---|
committer | LASER-Yi <[email protected]> | 2022-03-21 10:20:42 +0800 |
commit | e5c21bee450885020a70d67138c0e3c21f299ad4 (patch) | |
tree | ead1e67e6f31dcae94f9d83adb2c532aa8fb2690 /frontend/src/Router | |
parent | 4c7c240820f231d3e0b1ef75adaf715c541c58eb (diff) | |
download | bazarr-e5c21bee450885020a70d67138c0e3c21f299ad4.tar.gz bazarr-e5c21bee450885020a70d67138c0e3c21f299ad4.zip |
Fix #1770v1.0.4-beta.12
Diffstat (limited to 'frontend/src/Router')
-rw-r--r-- | frontend/src/Router/index.tsx | 3 |
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: [ |