Change drawer type from dismissable to modal

This commit is contained in:
Matthew Grove
2018-11-13 19:50:10 +00:00
parent 2746b9b381
commit 555b2407f2
2 changed files with 7 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
<div class="mdc-drawer__content">
<div class="mdc-list">
<a class="mdc-list-item" href="/luhn-algorithm/">
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">credit_card</i>
<span class="mdc-list-item__text">Luhn Algorithm</span>
</a>
</div>
<nav class="mdc-list">
<a class="mdc-list-item" href="/luhn-algorithm/">
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">credit_card</i>
<span class="mdc-list-item__text">Luhn Algorithm</span>
</a>
</nav>
</div>