mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
fix(client/about): directory not displayed on desktop
This commit is contained in:
@@ -77,7 +77,7 @@ function DirectoryLink({ directory, style }: { directory: string, style?: CSSPro
|
|||||||
openService.openDirectory(directory);
|
openService.openDirectory(directory);
|
||||||
};
|
};
|
||||||
|
|
||||||
return <a className="tn-link" href="#" onClick={onClick} style={style}></a>
|
return <a className="tn-link" href="#" onClick={onClick} style={style}>{directory}</a>
|
||||||
} else {
|
} else {
|
||||||
return <span style={style}>{directory}</span>;
|
return <span style={style}>{directory}</span>;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user