diff --git a/components/tours/CustomTooltip.tsx b/components/tours/CustomTooltip.tsx index 72ff1394..c954fcfa 100644 --- a/components/tours/CustomTooltip.tsx +++ b/components/tours/CustomTooltip.tsx @@ -54,21 +54,21 @@ const CustomTooltip = ({ } return ( -
+
{!loading ? ( <> -

{title}

-

{description}

+

{title}

+

{description}

{stepIndex !== 0 ? (