From 3b2ad03306958eec7fdef89d6cea33e50d4fafbd Mon Sep 17 00:00:00 2001 From: Demiserular Date: Sun, 15 Feb 2026 15:19:16 +0530 Subject: [PATCH] fix: swap PUB/SUB badges in sidebar --- apps/studio/src/components/Navigation.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/studio/src/components/Navigation.tsx b/apps/studio/src/components/Navigation.tsx index ba98c9f5b..f095a9018 100644 --- a/apps/studio/src/components/Navigation.tsx +++ b/apps/studio/src/components/Navigation.tsx @@ -115,8 +115,8 @@ const OperationsNavigation: React.FunctionComponent = ({ >
- - Pub + + Sub
{channelName} @@ -147,8 +147,8 @@ const OperationsNavigation: React.FunctionComponent = ({ >
- - Sub + + Pub
{channelName}