Skip to content

Commit

Permalink
fix: change "Disconnect" to "Disconnected"
Browse files Browse the repository at this point in the history
  • Loading branch information
movahhedi authored May 14, 2024
1 parent c03dbdd commit 1fd7a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/component/cards/server-info/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export function ServerInfoCardComponent(prop: Prop) {
variant="ghost"
color={isConnect ? 'green' : 'red'}
size="sm"
value={isConnect ? 'Connected' : 'Disconnect'}
value={isConnect ? 'Connected' : 'Disconnected'}
className={`font-[0px] ${isConnect ? 'text-[#42A752]' : 'text-[#B43D3D]'}`}
icon={
<span
Expand Down

0 comments on commit 1fd7a79

Please # to comment.