Skip to content

Commit 500f9ed

Browse files
authored
Update 01-components-and-layout.md (#263)
Update Logo.
1 parent 9197046 commit 500f9ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/01-components-and-layout.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ Update the `MainLayout` component to define a top bar with a branding logo and a
123123
@inherits LayoutComponentBase
124124

125125
<div class="top-bar">
126-
<img class="logo" src="img/logo.svg" />
126+
<a class="logo" href="">
127+
<img src="img/logo.svg" />
128+
</a>
127129

128130
<NavLink href="" class="nav-tab" Match="NavLinkMatch.All">
129131
<img src="img/pizza-slice.svg" />

0 commit comments

Comments
 (0)