Skip to content

Commit

Permalink
Update discord button text
Browse files Browse the repository at this point in the history
  • Loading branch information
gnmyt committed Sep 15, 2024
1 parent 257eb2d commit 5a3af05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/Servers/Servers.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const Servers = () => {
<p>Welcome to Nexterm. The open-source server manager for SSH, VNC and RDP.</p>
<div class="button-area">
<Button text="Star on GitHub" onClick={() => window.open(GITHUB_URL, "_blank")} icon={mdiStar} />
<Button text="Join the discord" onClick={() => window.open(DISCORD_URL, "_blank")} icon={siDiscord.path} />
<Button text="Join Discord" onClick={() => window.open(DISCORD_URL, "_blank")} icon={siDiscord.path} />
</div>
</div>
<img src={WelcomeImage} alt="Welcome" />
Expand Down

0 comments on commit 5a3af05

Please sign in to comment.