diff --git a/docs-orange/components/orange-megamenu.md b/docs-orange/components/orange-megamenu.md index 5ea134f6a9..35f1664879 100644 --- a/docs-orange/components/orange-megamenu.md +++ b/docs-orange/components/orange-megamenu.md @@ -27,7 +27,7 @@ Megamenu has a footer section where additional links can be added and a button t
- +

Internet

@@ -91,7 +91,7 @@ Be sure to use `.panel` and `.pane-collapse` classes to the megamenu section and Using javascript, simply declare your navbar component with the needed options. {% highlight js %} -$('mega-menu.panel').megamenu(); +$('.mega-menu.panel').megamenu(); {% endhighlight %} See a full implementation in the Orange News [example page](../..//examples/orange-news/)