test(BrokenLinks) Now checking for broken links on a few pages
This commit is contained in:
@@ -1,13 +1,5 @@
|
||||
@page "/"
|
||||
|
||||
@inject ITrackingNavigationState TrackingNavigationState
|
||||
@inject IAnalytics GlobalTracking
|
||||
|
||||
@layout PageLayout
|
||||
|
||||
<DevOnlyComponent>
|
||||
<LinkButtonComponent Href="https://github.com/JonathanMcCaffrey/IGP-Fan-Reference/blob/main/IGP/Pages/HarassCalculatorPage.razor">
|
||||
View on GitHub <i class="fa-brands fa-github" style="font-size: 24px; margin-left: 5px;"></i>
|
||||
</LinkButtonComponent>
|
||||
</DevOnlyComponent>
|
||||
<HomePage/>
|
||||
@@ -14,7 +14,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
<div class="content">
|
||||
<div id="content" class="content">
|
||||
@Body
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user