Skip to content

Commit 3b2ad03

Browse files
committed
fix: swap PUB/SUB badges in sidebar
1 parent 96210ba commit 3b2ad03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/studio/src/components/Navigation.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ const OperationsNavigation: React.FunctionComponent<NavigationSectionProps> = ({
115115
>
116116
<div className="flex flex-row">
117117
<div className="flex-none">
118-
<span className="mr-3 text-xs uppercase text-blue-500 font-bold">
119-
Pub
118+
<span className="mr-3 text-xs uppercase text-green-600 font-bold">
119+
Sub
120120
</span>
121121
</div>
122122
<span className="truncate">{channelName}</span>
@@ -147,8 +147,8 @@ const OperationsNavigation: React.FunctionComponent<NavigationSectionProps> = ({
147147
>
148148
<div className="flex flex-row">
149149
<div className="flex-none">
150-
<span className="mr-3 text-xs uppercase text-green-600 font-bold">
151-
Sub
150+
<span className="mr-3 text-xs uppercase text-blue-500 font-bold">
151+
Pub
152152
</span>
153153
</div>
154154
<span className="truncate">{channelName}</span>

0 commit comments

Comments
 (0)