Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit dc10a39

Browse files
committed
Merge pull request #136 from github/shana/fix-order-of-sections
Fix the order of the connect section
2 parents 24738ae + 4d5a9da commit dc10a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/TeamExplorer/Connect/GitHubConnectSection1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace GitHub.VisualStudio.TeamExplorer.Connect
88
{
9-
[TeamExplorerSection(GitHubConnectSection1Id, TeamExplorerPageIds.Connect, 11)]
9+
[TeamExplorerSection(GitHubConnectSection1Id, TeamExplorerPageIds.Connect, 10)]
1010
[PartCreationPolicy(CreationPolicy.NonShared)]
1111
public class GitHubConnectSection1 : GitHubConnectSection
1212
{

0 commit comments

Comments
 (0)