Skip to content

Commit

Permalink
Merge pull request #35 from Azure-Samples/seesharprun-patch-1
Browse files Browse the repository at this point in the history
Update Index.razor
  • Loading branch information
seesharprun authored Sep 30, 2024
2 parents 11953e1 + 2a3d534 commit a537864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="list-group py-2">
<button type="button" class="list-group-item list-group-item-action @(_runAgainEnabled ? "" : "disabled") active" aria-current="true" @onclick="RunAgain">
<i class="bi bi-arrow-clockwise me-2"></i>
Run again
Restart
</button>
<a href="https://learn.microsoft.com/azure/cosmos-db/nosql/quickstart-dotnet#walk-through-the-net-library-code" class="list-group-item list-group-item-action" target="_blank">
<i class="bi bi-book me-2"></i>
Expand Down

0 comments on commit a537864

Please sign in to comment.