Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions apps/studio/src/components/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ const OperationsNavigation: React.FunctionComponent<NavigationSectionProps> = ({
>
<div className="flex flex-row">
<div className="flex-none">
<span className="mr-3 text-xs uppercase text-blue-500 font-bold">
Pub
<span className="mr-3 text-xs uppercase text-green-600 font-bold">
Sub
</span>
</div>
<span className="truncate">{channelName}</span>
Expand Down Expand Up @@ -147,8 +147,8 @@ const OperationsNavigation: React.FunctionComponent<NavigationSectionProps> = ({
>
<div className="flex flex-row">
<div className="flex-none">
<span className="mr-3 text-xs uppercase text-green-600 font-bold">
Sub
<span className="mr-3 text-xs uppercase text-blue-500 font-bold">
Pub
</span>
</div>
<span className="truncate">{channelName}</span>
Expand Down