interface: cursor default

This commit is contained in:
Logan Allen 2021-03-08 15:55:40 -06:00
parent b4430e1e1b
commit 47abf00de7

View File

@ -52,7 +52,7 @@ export function NotePreview(props: NotePreviewProps) {
<Box width='100%' opacity={post.pending ? '0.5' : '1'}> <Box width='100%' opacity={post.pending ? '0.5' : '1'}>
<Link <Link
to={post.pending ? '#' : url} to={post.pending ? '#' : url}
cursor={post.pending ? 'none' : 'pointer'}> cursor={post.pending ? 'default' : 'pointer'}>
<Col <Col
lineHeight='tall' lineHeight='tall'
width='100%' width='100%'