diff --git a/app/views/partials/components.blade.php b/app/views/partials/components.blade.php
index 57530a36..0d55c8f4 100644
--- a/app/views/partials/components.blade.php
+++ b/app/views/partials/components.blade.php
@@ -2,23 +2,19 @@
@foreach($components as $component)
-
-
-
-
- {{ $component->name }}
- @if($component->description)
-
- @endif
- {{ $component->humanStatus }}
-
-
-
-
- @if($component->link)
-
- @endif
-
-
+
+ @if($component->link)
+ {{ $component->name }}
+ @else
+ {{ $component->name }}
+ @endif
+
+ @if($component->description)
+
+ @endif
+
+
+ {{ $component->humanStatus }}
@endforeach