Skip to content

Commit

Permalink
Update Discord link in about view
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed May 28, 2020
1 parent eecc558 commit f6374d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/AboutViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath
} else if (cell == self.openTwitter) {
[UIApplication openURL:@"https://twitter.com/tblodt"];
} else if (cell == self.openDiscord) {
[UIApplication openURL:@"https://discord.gg/SndDh5y"];
[UIApplication openURL:@"https://discord.gg/HFAXj44"];
} else if (cell == self.exportContainerCell) {
// copy the files to the app container so they can be extracted from iTunes file sharing
NSURL *container = ContainerURL();
Expand Down

0 comments on commit f6374d5

Please sign in to comment.