Commit c42562ae authored by Kevin Yumang's avatar Kevin Yumang

SERV-2286 - Modified icons navigation menu. pointed to existing documentation page.

parent 50cf2d29
...@@ -73,9 +73,6 @@ ...@@ -73,9 +73,6 @@
case "table": case "table":
$path = 'Limitless::Table.Documentation.Index'; $path = 'Limitless::Table.Documentation.Index';
break; break;
case "icons":
$path = 'Limitless::Help.Documentation.Icons.Index';
break;
default: default:
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
@section('Limitless::SidebarContent') @section('Limitless::SidebarContent')
@Limitless::NavigationStart @Limitless::NavigationStart
@Limitless::NavigationMenuItem(['url' => '/', 'target' => '_self', 'icon' => 'icon-home2', 'title' => 'Home']) @Limitless::NavigationMenuItem(['url' => '/', 'target' => '_self', 'icon' => 'icon-home2', 'title' => 'Home'])
@Limitless::NavigationMenuItem(['url' => '?page=icons', 'target' => '_self', 'icon' => 'icon-file-picture', 'title' => 'Icons']) @Limitless::NavigationMenuItem(['url' => '/ceetrox/sidekick/resource/public/Webdesigns/design-limitless/Template/layout_1/LTR/dark/full/icons_icomoon.html', 'target' => '_blank', 'icon' => 'icon-file-picture', 'title' => 'Icons'])
@Limitless::NavigationMenuSectionTitle(['title' => 'Elements']) @Limitless::NavigationMenuSectionTitle(['title' => 'Elements'])
@Limitless::NavigationMenuItem(['url' => '?page=card', 'target' => '_self', 'icon' => 'icon-square', 'title' => 'Card']) @Limitless::NavigationMenuItem(['url' => '?page=card', 'target' => '_self', 'icon' => 'icon-square', 'title' => 'Card'])
@Limitless::NavigationMenuItem(['url' => '?page=table', 'target' => '_self', 'icon' => 'icon-table2', 'title' => 'Table']) @Limitless::NavigationMenuItem(['url' => '?page=table', 'target' => '_self', 'icon' => 'icon-table2', 'title' => 'Table'])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment