GroupLinkPreview: fix cursor
This commit is contained in:
parent
7b544d2427
commit
3f44e6cdcb
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ const GroupLinkPreview: React.FC<IGroupLinkPreview> = ({ card }) => {
|
||||||
const navigateToGroup = () => history.push(`/groups/${group.id}`);
|
const navigateToGroup = () => history.push(`/groups/${group.id}`);
|
||||||
|
|
||||||
return (
|
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
|
<div
|
||||||
className='-mb-8 h-32 w-full bg-center'
|
className='-mb-8 h-32 w-full bg-center'
|
||||||
style={{ backgroundImage: `url(${group.header})` }}
|
style={{ backgroundImage: `url(${group.header})` }}
|
||||||
|
|
Loading…
Reference in a new issue