Skip to content

Commit

Permalink
this should point to our src
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliesSurviving authored May 7, 2024
1 parent 29dc4c6 commit e4076a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Application/Dopamine/UI/Settings/Credits.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<key>title</key>
<string>Credits_Button_Discord</string>
<key>key</key>
<string>discord</string>
<string>rjb Discord</string>
<key>image</key>
<string>bubble.left.and.bubble.right.fill</string>
<key>action</key>
Expand Down
2 changes: 1 addition & 1 deletion Application/Dopamine/UI/Settings/DOCreditsViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ - (id)specifiers

- (void)openSourceCode
{
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://github.com/opa334/Dopamine"] options:@{} completionHandler:nil];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://github.com/elliessurviving/Dopamine"] options:@{} completionHandler:nil];
}

- (void)openDiscord
Expand Down

0 comments on commit e4076a6

Please sign in to comment.