diff options
author | bobzel <zzzman@gmail.com> | 2024-03-10 09:48:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-10 09:48:41 -0400 |
commit | 66bd6630378c7a8f2b7d9474739b6ea643d2c23c (patch) | |
tree | 69dae37de1312ff8704e661a8e9dda98da30346a /src/client/views/MainView.tsx | |
parent | a9eb266296d1b71f1016c867f39e20299c011eea (diff) | |
parent | 36d18da80e5e5e1c6cae0dc21c1677a7ab9c1d77 (diff) |
Merge pull request #297 from brown-dash/eleanor-starter
trail tab icon changed
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index e369e2876..715d7ed2c 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -453,6 +453,7 @@ export class MainView extends ObservableReactComponent<{}> { fa.faAngleDown, fa.faPlayCircle, fa.faClock, + fa.faRoute, fa.faRocket, fa.faExchangeAlt, fa.faHashtag, |