From 94886e2d8c9feb87505e891ab2a8cdf9581fb8ce Mon Sep 17 00:00:00 2001 From: Evan Kaloudis Date: Mon, 4 May 2026 00:28:16 -0400 Subject: [PATCH] ui: add dedicated network icon for Networking settings --- assets/images/SVG/Network.svg | 4 ++++ views/Settings/Settings.tsx | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 assets/images/SVG/Network.svg diff --git a/assets/images/SVG/Network.svg b/assets/images/SVG/Network.svg new file mode 100644 index 000000000..bf21f6425 --- /dev/null +++ b/assets/images/SVG/Network.svg @@ -0,0 +1,4 @@ + + + + diff --git a/views/Settings/Settings.tsx b/views/Settings/Settings.tsx index dc85eafbf..4d3cf49de 100644 --- a/views/Settings/Settings.tsx +++ b/views/Settings/Settings.tsx @@ -15,7 +15,7 @@ import ForwardIcon from '../../assets/images/SVG/Caret Right-3.svg'; import ChannelsIcon from '../../assets/images/SVG/Channels.svg'; import PrivacyIcon from '../../assets/images/SVG/Eye On.svg'; import SecurityIcon from '../../assets/images/SVG/Lock.svg'; -import NetworkingIcon from '../../assets/images/SVG/Sync.svg'; +import NetworkingIcon from '../../assets/images/SVG/Network.svg'; import CurrencyIcon from '../../assets/images/SVG/Bitcoin.svg'; import BrushIcon from '../../assets/images/SVG/Brush.svg'; import LanguageIcon from '../../assets/images/SVG/Globe.svg'; @@ -411,8 +411,8 @@ export default class Settings extends React.Component {