Skip to content

Commit b69773a

Browse files
committed
Fix: link has to have ID to check if layout is rendered.
1 parent 9f6df01 commit b69773a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/test/testassets/Components.WasmMinimal/Pages/NotFound/NotFoundLayout.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div class="page">
44
<header class="top-bar">
5-
<a href="https://learn.microsoft.com/aspnet/core/" target="_blank">About</a>
5+
<a id="about-link" href="https://learn.microsoft.com/aspnet/core/" target="_blank">About</a>
66
</header>
77
<main>
88
<article class="content px-4">

0 commit comments

Comments
 (0)