diff --git a/resources/views/public/header.blade.php b/resources/views/public/header.blade.php
index 04473a4c4808..223177b09461 100644
--- a/resources/views/public/header.blade.php
+++ b/resources/views/public/header.blade.php
@@ -83,27 +83,27 @@
@if (!isset($account) || $account->enable_client_portal)
@if (isset($account) && $account->enable_client_portal_dashboard)
- -
+
-
{!! link_to('/client/dashboard', trans('texts.dashboard') ) !!}
@endif
- -
+
-
{!! link_to('/client/quotes', trans('texts.quotes') ) !!}
- -
+
-
{!! link_to('/client/invoices', trans('texts.invoices') ) !!}
@if (isset($account) && $account->hasFeature(FEATURE_DOCUMENTS))
- -
+
-
{!! link_to('/client/documents', trans('texts.documents') ) !!}
@endif
@if (isset($account) && $account->getTokenGatewayId() && !$account->enable_client_portal_dashboard)
- -
+
-
{!! link_to('/client/payment_methods', trans('texts.payment_methods') ) !!}
@endif
- -
+
-
{!! link_to('/client/payments', trans('texts.payments') ) !!}