mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-18 06:03:27 +09:00
Add draft functionality for pages
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user