feat: chrome extension works

This commit is contained in:
knownotunknown
2024-02-19 23:03:53 -06:00
committed by doprz
parent c4a738f281
commit 35f3c72250
3 changed files with 4 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ const HeadingAndActions: React.FC<HeadingAndActionProps> = ({ course, onClose, a
<Button color='ut-burntorange' variant='single' icon={Copy} onClick={handleCopy}>
{uniqueId}
</Button>
<button className='btn bg-transparent p-0' onClick={onClose}>
<button className='bg-transparent p-0 btn' onClick={onClose}>
<CloseIcon className='h-7 w-7' />
</button>
</div>