mirror of
https://github.com/ClipFusion-org/clipfusion.git
synced 2025-08-07 21:54:19 +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})
|
{getVersion()} ({shortBuildId ? buildID?.slice(0, 7) : buildID})
|
||||||
</Link>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
</WideContainer>
|
</WideContainer>
|
||||||
|
Loading…
Reference in New Issue
Block a user