Skip to content

Commit

Permalink
Merge pull request #81 from movahhedi/main
Browse files Browse the repository at this point in the history
fix: change "Disconnect" to "Disconnected"
  • Loading branch information
sajjadmrx authored May 14, 2024
2 parents 66fa060 + 1fd7a79 commit c482b5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<img src="https://discordapp.com/api/guilds/1088561568272367777/widget.png?style=banner2" alt="total" >
</a>
<br/>
<a href="https://coffeebede.com/dnschanger.github.io"><img width=100 src="https://coffeebede.ir/DashboardTemplateV2/app-assets/images/banner/default-yellow.svg" /></a>
<br/>
<img src="https://img.shields.io/github/languages/top/DnsChanger/dnsChanger-desktop" alt="languages" >
<img src="https://img.shields.io/github/stars/dnsChanger/dnsChanger-desktop" alt="stars">
<img src="https://img.shields.io/github/downloads/DnsChanger/dnsChanger-desktop/total.svg" alt="total" >
<img src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square" alt="prettier" >
<img src="https://img.shields.io/badge/antivirus-PASS-green" alt="antivirus" >
<br/>
<a href="https://daramet.com/dnschanger"><img width=100 src="https://github.com/DnsChanger/dnsChanger-desktop/assets/66132114/68885be1-a4fd-434a-a6d9-9f62661b69db" /></a>
</p>

This is an open-source DNS Changer for Windows, Mac, and Linux operating systems. Its goal is to gather the best DNS servers in a secure application.
Expand Down Expand Up @@ -57,4 +57,7 @@ This app has analytics that will track the number of users and servers only and
[CONTRIBUTING.md](./CONTRIBUTING.md)

## ❤️ Donate
tether: `0x4BE63320940fe4190ea34d5D855E6261395ac836`
- tether: `0x4BE63320940fe4190ea34d5D855E6261395ac836`

- or
<a href="https://daramet.com/dnschanger"><img width=100 src="https://github.com/DnsChanger/dnsChanger-desktop/assets/66132114/68885be1-a4fd-434a-a6d9-9f62661b69db" /></a>
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 c482b5d

Please sign in to comment.