Merge pull request #1173 from OpenSignLabs/validation

This commit is contained in:
Andrew
2024-09-06 19:37:54 +05:30
committed by GitHub
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -346,7 +346,7 @@ function UserProfile() {
<TourContentWithBtn
message={t("tour-mssg.public-template")}
isChecked={handleDontShow}
video="https://www.youtube.com/embed/aGjaMfm7Gqo?si=2Ul0nUlFovlVoZ1U"
video="https://www.youtube.com/embed/_wB4UA7Jz5Q?si=I40CI3nVUWQzf42Y"
/>
),
position: "top",
@@ -419,6 +419,7 @@ function UserProfile() {
</Alert>
)}
<Tour
className="md:!min-w-[650px]"
onRequestClose={closeTour}
steps={tourConfig}
isOpen={!isProfileTour}
@@ -14,8 +14,9 @@ export default function TourContentWithBtn({ message, isChecked, video }) {
<div>
<p>{message}</p>
{video && (
<div className="flex items-center justify-center my-[10px] border-[1.3px] border-gray-400 rounded-sm">
<div className="flex items-center justify-center w-full md:h-[300px] my-[10px] border-[1.3px] border-gray-400 rounded-sm">
<iframe
className="w-full h-full"
src={video}
title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"