From f42154de53d3635754d805e5d7f9ffb0990f8a22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ey=C3=BCp?= Date: Thu, 21 Nov 2024 12:12:06 +0300 Subject: [PATCH] Remove browsersync button --- resources/views/web/pages/landing/index.blade.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/resources/views/web/pages/landing/index.blade.php b/resources/views/web/pages/landing/index.blade.php index 6bc9206..5629284 100644 --- a/resources/views/web/pages/landing/index.blade.php +++ b/resources/views/web/pages/landing/index.blade.php @@ -40,19 +40,6 @@ class="flex flex-row px-5 py-3 space-x-2 font-medium text-white transition-color Go to Github Repo - - @if (config('app.env') !== 'production' && str()->contains(url()->current(), 'localhost')) - - - - - - Open Browser Sync - - @endif