diff --git a/app/Views/Components/DashboardCard.php b/app/Views/Components/DashboardCard.php index 47402237..573d4955 100644 --- a/app/Views/Components/DashboardCard.php +++ b/app/Views/Components/DashboardCard.php @@ -29,17 +29,17 @@ class DashboardCard extends Component $chevronRight = icon('chevron-right'); $viewLang = lang('Common.view'); return << +
{$glyph}
{$this->title}
{$viewLang}{$chevronRight}

{$this->subtitle}

-
{$this->slot}
+
{$this->slot}
HTML; } return << +
{$glyph}
{$this->title}

{$this->subtitle}

-
{$this->slot}
+
{$this->slot}
HTML; } diff --git a/themes/cp_admin/dashboard.php b/themes/cp_admin/dashboard.php index e3f6222c..c47fa597 100644 --- a/themes/cp_admin/dashboard.php +++ b/themes/cp_admin/dashboard.php @@ -11,7 +11,7 @@ section('content') ?> -
+