Add draft functionality for pages

This commit is contained in:
tfmurad
2025-10-14 12:07:37 +06:00
parent ea3e56e1ec
commit 603af67eeb
16 changed files with 102 additions and 105 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ const Youtube = ({
}, []);
// @ts-ignore
return <lite-youtube videoid={id} videotitle={title} {...rest} />;
return <lite-youtube className="rounded-lg" videoid={id} videotitle={title} {...rest} />;
};
export default Youtube;