mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
lint
This commit is contained in:
parent
eec9b29516
commit
ec0f41286d
1 changed files with 7 additions and 7 deletions
|
@ -21,17 +21,17 @@ const Components = () => (
|
|||
<h1>Nav Bubbles</h1>
|
||||
<div className="subnavigation">
|
||||
<SubNavigation>
|
||||
<a href=''>
|
||||
<li class="active">
|
||||
<a href="">
|
||||
<li className="active">
|
||||
cats
|
||||
</li>
|
||||
</a>
|
||||
<a href=''>
|
||||
<a href="">
|
||||
<li>
|
||||
also cats
|
||||
</li>
|
||||
</a>
|
||||
<a href=''>
|
||||
<a href="">
|
||||
<li>
|
||||
not cats
|
||||
</li>
|
||||
|
@ -52,15 +52,15 @@ const Components = () => (
|
|||
required
|
||||
options={[
|
||||
{
|
||||
label: "first option",
|
||||
label: 'first option',
|
||||
value: 1
|
||||
},
|
||||
{
|
||||
label: "second option",
|
||||
label: 'second option',
|
||||
value: 2
|
||||
},
|
||||
{
|
||||
label: "third option",
|
||||
label: 'third option',
|
||||
value: 3
|
||||
}
|
||||
]}
|
||||
|
|
Loading…
Reference in a new issue