Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix(drawer): fixed drawer demo typos (#2115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matty Goo authored Jan 26, 2018
1 parent 5f338e6 commit c52a4b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/drawer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@
<section class="examples">
<div class="example">
<h2 class="drawer-example-heading">
<span>Temporary Toolbar</span>
<span>Temporary Drawer</span>
</h2>
<p><a href="./temporary-drawer.html" target="_blank">View in separate window</a></p>
<iframe src="./temporary-drawer.html"></iframe>
</div>

<div class="example">
<h2 class="drawer-example-heading">
<span>Persistent Toolbar</span>
<span>Persistent Drawer</span>
</h2>
<p><a href="./persistent-drawer.html" target="_blank">View in separate window</a></p>
<iframe src="./persistent-drawer.html"></iframe>
Expand Down

0 comments on commit c52a4b6

Please sign in to comment.