EmbeddedStatus: make it unclickable
This commit is contained in:
parent
5f8a22b452
commit
ee754915aa
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ const EmbeddedStatus: React.FC<IEmbeddedStatus> = ({ params }) => {
|
|||
};
|
||||
|
||||
return (
|
||||
<div className='bg-white dark:bg-gray-800'>
|
||||
<div className='bg-white dark:bg-gray-800 pointer-events-none'>
|
||||
<div className='p-4 sm:p-6 max-w-3xl'>
|
||||
{renderInner()}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue