hint 3d tour fix
This commit is contained in:
@@ -31,7 +31,10 @@ const ButtonPanel = () => {
|
||||
{
|
||||
<div className="flex w-full absolute p-4 justify-between top-0 left-0">
|
||||
{isHint && currentView !== 1 ? (
|
||||
<HintThreeDTour onClose={handleOnHintClose} />
|
||||
<HintThreeDTour
|
||||
onClose={handleOnHintClose}
|
||||
className="px-4 gap-4 text-[16px]"
|
||||
/>
|
||||
) : (
|
||||
<>
|
||||
<GoBackButton />
|
||||
|
||||
Reference in New Issue
Block a user