Skip to content

Commit c573446

Browse files
committed
Remove extra angle bracket
1 parent b30d548 commit c573446

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Lesson01/activity_002/dynamic_storefront.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h1 class="title">Welcome to Fresh Products Store!</h1>
1111
<div class="ui menu">
1212
<tags-holder class="item"></tags-holder>
1313
<div class="right item">
14-
<search-box></search-box>>
14+
<search-box></search-box>
1515
</div>
1616
</div>
1717
</section>

Lesson01/exercise_007/dynamic_storefront.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1 class="title">Welcome to Fresh Products Store!</h1>
1313
Filtered by tags: <span class="tags"></span>
1414
</div>
1515
<div class="right item">
16-
<search-box></search-box>>
16+
<search-box></search-box>
1717
</div>
1818
</div>
1919
</section>

0 commit comments

Comments
 (0)