GroupLinkPreview: fix cursor

This commit is contained in:
Alex Gleason 2023-04-18 09:31:08 -04:00
parent 7b544d2427
commit 3f44e6cdcb
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -17,7 +17,7 @@ const GroupLinkPreview: React.FC<IGroupLinkPreview> = ({ card }) => {
const navigateToGroup = () => history.push(`/groups/${group.id}`);
return (
<Stack className='overflow-hidden rounded-lg border border-gray-300 text-center'>
<Stack className='cursor-default overflow-hidden rounded-lg border border-gray-300 text-center'>
<div
className='-mb-8 h-32 w-full bg-center'
style={{ backgroundImage: `url(${group.header})` }}