Skip to content

Commit

Permalink
Merge pull request #28 from little-software-engineer/update-about
Browse files Browse the repository at this point in the history
Proposed fix for the issue concerning the "About eShopOnWeb link".
  • Loading branch information
ardalis authored Jun 25, 2024
2 parents 8ac0ccc + 910e96f commit 6f41df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BlazorAdmin/Shared/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="main">

<div class="top-row px-4">
<a href="https://github.com/dotnet-architecture/eShopOnWeb" target="_blank" class="ml-md-auto">About eShopOnWeb</a>
<a href="https://github.com/NimblePros/eShopOnWeb" target="_blank" class="ml-md-auto">About eShopOnWeb</a>
</div>

<div class="content px-4">
Expand Down

0 comments on commit 6f41df5

Please sign in to comment.