kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
GroupLinkPreview: fix cursor
rodzic
7b544d2427
commit
3f44e6cdcb
|
@ -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})` }}
|
||||||
|
|
Ładowanie…
Reference in New Issue