fix: open .NET link in new tab
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<NavLink href="/">
|
||||
<h1>journal</h1>
|
||||
<p>using
|
||||
<a href="https://dotnet.microsoft.com/">
|
||||
<a target="_blank" href="https://dotnet.microsoft.com/">
|
||||
.NET @Environment.Version.Major
|
||||
</a>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user