diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php
index c89d242a..682b4f44 100644
--- a/resources/views/index.blade.php
+++ b/resources/views/index.blade.php
@@ -5,12 +5,12 @@
@include('dashboard.partials.errors')
-@include('partials.about-app')
-
+@include('partials.about-app')
+
@if(!$component_groups->isEmpty() || !$ungrouped_components->isEmpty())
@include('partials.components')
diff --git a/resources/views/partials/about-app.blade.php b/resources/views/partials/about-app.blade.php
index 196635d0..ca857340 100644
--- a/resources/views/partials/about-app.blade.php
+++ b/resources/views/partials/about-app.blade.php
@@ -1,7 +1,7 @@
@if($about_app)
-
{{ trans('cachet.about_this_site') }}
-
{!! $about_app !!}
+
{{ trans('cachet.about_this_site') }}
+ {!! $about_app !!}
@endif