Skip to content

Commit e71e4a9

Browse files
committed
Changed About link to open Repository.
1 parent 9139571 commit e71e4a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sample/EventHorizon.Blazor.BabylonJS/Shared/MainLayout.razor

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
<div class="main">
88
<div class="top-row px-4">
9-
<a href="http://blazor.net" target="_blank" class="ml-md-auto">About</a>
9+
<a href="https://github.com/canhorn/EventHorizon.Blazor.TypeScript.Interop.Generator" target="_blank" class="ml-md-auto">
10+
Repository
11+
</a>
1012
</div>
1113

1214
<div class="content px-4">

0 commit comments

Comments
 (0)