Skip to content

Commit 417ea3a

Browse files
Fix: Fixed sponsors link (#10613)
fixed sponsors link
1 parent de52425 commit 417ea3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ public static class GitHub
221221
public const string FeedbackUrl = @"https://github.com/files-community/Files/issues/new/choose";
222222
public const string PrivacyPolicyUrl = @"https://github.com/files-community/Files/blob/main/Privacy.md";
223223
public const string ReleaseNotesUrl = @"https://github.com/files-community/Files/releases";
224-
public const string SupportUsUrl = @"https://github.com/sponsors/yaichenbaum";
224+
public const string SupportUsUrl = @"https://github.com/sponsors/yaira2";
225225
}
226226
}
227227
}

0 commit comments

Comments
 (0)