Skip to content

Commit

Permalink
Restore pointer events
Browse files Browse the repository at this point in the history
  • Loading branch information
katamartin committed Jun 7, 2024
1 parent 7e580d5 commit a11f663
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions components/notice.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,14 @@ const Notice = () => {
fontSize: [1],
}}
>
<Box sx={{ pointerEvents: 'none' }}>
This is an experimental tool for exploring data. Learn more on{' '}
<Link
sx={{ color: 'secondary' }}
href='https://github.com/carbonplan/ncview-js'
>
GitHub
</Link>
.
</Box>
This is an experimental tool for exploring data. Learn more on{' '}
<Link
sx={{ color: 'secondary' }}
href='https://github.com/carbonplan/ncview-js'
>
GitHub
</Link>
.
</Box>
)
}
Expand Down

0 comments on commit a11f663

Please sign in to comment.