Skip to content

Commit

Permalink
update webUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
Tropix126 authored Apr 30, 2021
1 parent aef8bdb commit 1bf733d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/common/SocialLinks.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
const webUrl = "https://betterdiscord.net";
const webUrl = "https://betterdiscord.app";
const githubUrl = "http://github.com/rauenzi/BetterDiscordApp";
const donateUrl = "https://www.patreon.com/Zerebos";
</script>
Expand Down Expand Up @@ -59,4 +59,4 @@
height: auto;
fill: currentColor;
}
</style>
</style>

0 comments on commit 1bf733d

Please sign in to comment.