Skip to content

Commit

Permalink
Update About.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
leMicin authored Aug 31, 2021
1 parent 6fddabd commit 7a26335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Sidekick.Presentation.Blazor/About/About.razor
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@

public string EnvironmentVersion { get; private set; }

public string ProjectUrl { get; private set; } = "https://github.com/domialex/Sidekick";
public string ProjectUrl { get; private set; } = "https://github.com/Sidekick-Poe/Sidekick";

public string BugUrl { get; private set; } = "https://github.com/domialex/Sidekick/issues";
public string BugUrl { get; private set; } = "https://github.com/Sidekick-Poe/Sidekick/issues";

public Dictionary<string, string> Contributors { get; private set; } = new Dictionary<string, string>()
{
Expand Down

0 comments on commit 7a26335

Please sign in to comment.