From ce2f15bcf5663238837b2b94833d5305a8d424e7 Mon Sep 17 00:00:00 2001 From: Crivion Date: Tue, 21 Oct 2025 14:49:23 +0300 Subject: [PATCH] website: proper protocol when linking based on ssl status --- resources/js/Pages/Websites/Index.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/js/Pages/Websites/Index.jsx b/resources/js/Pages/Websites/Index.jsx index beb5e25..e9e8876 100644 --- a/resources/js/Pages/Websites/Index.jsx +++ b/resources/js/Pages/Websites/Index.jsx @@ -90,8 +90,9 @@ export default function Websites({ websites, serverIp }) { {websites?.map((website, index) => ( - - {website.url} + + + {website.url}