mirror of
https://github.com/Polymer/polymer-starter-kit.git
synced 2025-02-25 18:55:22 -06:00
index: missing span in new menu
This commit is contained in:
@@ -60,8 +60,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
|
||||
<paper-drawer-panel id="paperDrawerPanel" forceNarrow>
|
||||
<div drawer>
|
||||
|
||||
<!-- Drawer Toolbar -->
|
||||
<paper-toolbar id="drawerToolbar">Menu</paper-toolbar>
|
||||
<paper-toolbar id="drawerToolbar">
|
||||
<span>Menu</span>
|
||||
</paper-toolbar>
|
||||
|
||||
<!-- Drawer Content -->
|
||||
<paper-menu class="list" attr-for-selected="data-route" selected="{{route}}">
|
||||
|
||||
Reference in New Issue
Block a user