Design improvement

This commit is contained in:
2022-10-27 21:58:02 +02:00
parent 19f13237da
commit fdfa9a1bb4

View File

@@ -41,6 +41,7 @@ function RenderFinishPage() {
return <li key={index}>
<p style={{
textDecoration: logPlaying === outputLogPath ? "underline" : "none",
cursor: logPlaying === outputLogPath ? "default" : "pointer",
}} onClick={() => {
setLogPlaying(outputLogPath);
}} title={outputLogPath}>{inputLog.name}</p>