@@ -60,7 +60,6 @@ Here’s an example of all the sub-components included in a responsive light-the
6060 <NavLink href = " #" disabled >
6161 Disabled
6262 </NavLink >
63-
6463 <Form inline className = " my-2 my-lg-0" >
6564 <Field
6665 type = " search"
@@ -78,7 +77,6 @@ Here’s an example of all the sub-components included in a responsive light-the
7877 </Button >
7978 </Form >
8079 </NavBar >
81-
8280</Example >
8381
8482``` TSX
@@ -439,10 +437,8 @@ Mix and match with other components and utilities as needed.
439437 <NavLink href = " ." >Home</NavLink >
440438 <NavLink href = " components/navbar" >Feature</NavLink >
441439 <NavLink href = " components/navbar" >Pricing</NavLink >
442-
443440 <span className = " navbar-text" >Navbar text with an inline element</span >
444441 </NavBar >
445-
446442</Example >
447443
448444``` TSX
@@ -482,7 +478,6 @@ Choose from `background="light"` for use with light background colors, or `backg
482478 <NavLink href = " components/navbar" >Feature</NavLink >
483479 <NavLink href = " components/navbar" >Pricing</NavLink >
484480 <NavLink href = " components/navbar" >About</NavLink >
485-
486481 <Form inline className = " my-2 my-lg-0" >
487482 <Field
488483 type = " search"
@@ -501,7 +496,6 @@ Choose from `background="light"` for use with light background colors, or `backg
501496 </Form >
502497 </NavBar >
503498 ))}
504-
505499</Example >
506500
507501``` TSX
@@ -615,7 +609,6 @@ With a brand name shown on the left and toggler on the right:
615609 <NavLink href = " #" disabled >
616610 Disabled
617611 </NavLink >
618-
619612 <Form inline className = " my-2 my-lg-0" >
620613 <Field
621614 type = " search"
@@ -633,7 +626,6 @@ With a brand name shown on the left and toggler on the right:
633626 </Button >
634627 </Form >
635628 </NavBar >
636-
637629</Example >
638630
639631``` TSX
@@ -686,7 +678,6 @@ With a toggler on the left and brand name on the right:
686678 <NavLink href = " #" disabled >
687679 Disabled
688680 </NavLink >
689-
690681 <Form inline className = " my-2 my-lg-0" >
691682 <Field
692683 type = " search"
@@ -704,7 +695,6 @@ With a toggler on the left and brand name on the right:
704695 </Button >
705696 </Form >
706697 </NavBar >
707-
708698</Example >
709699
710700``` TSX
0 commit comments