mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 13:14:45 +02:00
Fix clicking of rows
This commit is contained in:
parent
60775c6370
commit
7623b1d1e6
@ -25,7 +25,7 @@ export default ({ file }: { file: FileObject }) => {
|
||||
>
|
||||
<a
|
||||
href={file.isFile ? undefined : `#${directory}/${file.name}`}
|
||||
className={'flex flex-1 text-neutral-300 no-underline'}
|
||||
className={'flex flex-1 text-neutral-300 no-underline p-3'}
|
||||
onClick={e => {
|
||||
e.preventDefault();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user