Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Rename cardFirgure component and added actions component
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim committed Sep 9, 2018
1 parent 991bed4 commit f5a02c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/Blade/Components.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function register()
private function cards()
{
Blade::component('components.card');
Blade::component('components.cards.figure', 'card-figure');
Blade::component('components.cards.figure', 'cardFigure');
}

private function collapse()
Expand All @@ -47,5 +47,6 @@ private function tabs()
{
Blade::component('components.tab.content', 'tabContent');
Blade::component('components.tab.navigation', 'tabNavigation');
Blade::component('components.actions');
}
}
1 change: 0 additions & 1 deletion app/Blade/Includes.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ private function miscs()
{
Blade::include('components.app-name', 'appName');
Blade::include('components.logo');
Blade::include('components.actions');
Blade::include('components.avatar');
Blade::include('components.datatable');
Blade::include('components.popover');
Expand Down

0 comments on commit f5a02c9

Please sign in to comment.