mirror of
https://github.com/ClipFusion-org/clipfusion.git
synced 2025-08-07 17:34:18 +00:00
addec cursor-pointer property to the running on ...
text in settings page
This commit is contained in:
parent
453aef5bfa
commit
6d091e5b11
@ -61,7 +61,7 @@ export default function Settings(): ReactNode {
|
||||
}>
|
||||
{getVersion()} ({shortBuildId ? buildID?.slice(0, 7) : buildID})
|
||||
</Link>
|
||||
<p onClick={() => setShowUserAgent(!showUserAgent)}>{showUserAgent ? userAgent : `running on ${browserEngine}`}</p>
|
||||
<p className="cursor-pointer" onClick={() => setShowUserAgent(!showUserAgent)}>{showUserAgent ? userAgent : `running on ${browserEngine}`}</p>
|
||||
</div>
|
||||
</div>
|
||||
</WideContainer>
|
||||
|
Loading…
Reference in New Issue
Block a user