From af45c2bbf7812e4c8760a417ed6348ebdd07438d Mon Sep 17 00:00:00 2001 From: IceDBorn Date: Sun, 26 Mar 2023 05:15:47 +0300 Subject: [PATCH] Use call icon instead of hashtag on voice rooms --- public/res/ic/filled/call.svg | 1 + src/app/organisms/navigation/Selector.jsx | 5 ++++- src/util/matrixUtil.js | 6 +++++- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 public/res/ic/filled/call.svg diff --git a/public/res/ic/filled/call.svg b/public/res/ic/filled/call.svg new file mode 100644 index 00000000..4ac55f74 --- /dev/null +++ b/public/res/ic/filled/call.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/app/organisms/navigation/Selector.jsx b/src/app/organisms/navigation/Selector.jsx index cb1086ea..ee903c1a 100644 --- a/src/app/organisms/navigation/Selector.jsx +++ b/src/app/organisms/navigation/Selector.jsx @@ -52,13 +52,16 @@ function Selector({ ); }; + const TOPIC_JITSI_CALL = 'd38dd491fefa1cfffc27f9c57f2bdb4a'; + return ( (isSpace ? SpaceIC : HashIC), knock: () => (isSpace ? SpaceLockIC : HashLockIC),