mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
interface: cursor default
This commit is contained in:
parent
b4430e1e1b
commit
47abf00de7
@ -52,7 +52,7 @@ export function NotePreview(props: NotePreviewProps) {
|
||||
<Box width='100%' opacity={post.pending ? '0.5' : '1'}>
|
||||
<Link
|
||||
to={post.pending ? '#' : url}
|
||||
cursor={post.pending ? 'none' : 'pointer'}>
|
||||
cursor={post.pending ? 'default' : 'pointer'}>
|
||||
<Col
|
||||
lineHeight='tall'
|
||||
width='100%'
|
||||
|
Loading…
Reference in New Issue
Block a user