From d4f57c275f3eedf6365afb990650b383598b6f89 Mon Sep 17 00:00:00 2001 From: Lewis Larsen Date: Tue, 25 Jun 2024 16:46:50 +0100 Subject: [PATCH] fix: icons on onboarding buttons --- .../views/partials/steps-to-get-started/view.blade.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/partials/steps-to-get-started/view.blade.php b/resources/views/partials/steps-to-get-started/view.blade.php index 4317fa13..8e026613 100644 --- a/resources/views/partials/steps-to-get-started/view.blade.php +++ b/resources/views/partials/steps-to-get-started/view.blade.php @@ -27,7 +27,7 @@ {{ __('Link Remote Server') }} - @svg('heroicon-o-arrow-right', 'h-5 w-5 ml-2') + @svg('heroicon-o-arrow-right', 'h-5 w-5 ml-2 inline') @@ -57,13 +57,13 @@ class="mt-4 cursor-not-allowed bg-opacity-50 hover:bg-opacity-50 focus:bg-opacity-50" centered fat disabled> {{ __('Add your Backup Destination') }} - @svg('heroicon-o-arrow-right', 'h-5 w-5 ml-2') + @svg('heroicon-o-arrow-right', 'h-5 w-5 ml-2 inline') @else {{ __('Add another Backup Destination') }} - @svg('heroicon-o-arrow-right', 'h-5 w-5 ml-2') + @svg('heroicon-o-arrow-right', 'h-5 w-5 ml-2 inline') @endif @@ -92,7 +92,7 @@ class="text-red-500 text-sm">{{ __('You need to link a Backup Destination first. class="mt-4 cursor-not-allowed bg-opacity-50 hover:bg-opacity-50 focus:bg-opacity-50" centered fat disabled> {{ __('Create your first Backup Task') }} - @svg('heroicon-o-arrow-right', 'h-5 w-5 ml-2') + @svg('heroicon-o-arrow-right', 'h-5 w-5 ml-2 inline') @else