diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 00561e2d..a76f68d9 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -3,6 +3,7 @@ @section('content') @include('partials.modules.messages') @include('partials.modules.status') +@include('partials.about-app') @include('partials.modules.components') @include('partials.modules.metrics') @include('partials.modules.stickied')