mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 08:09:33 +01:00
[PWA-12] chore: project analytics modal header improvement (#5427)
* chore: project analytics modal header improvement * chore: code refactor
This commit is contained in:
committed by
GitHub
parent
e3cd7050fa
commit
f39fc3e9ca
@@ -19,7 +19,7 @@ export const ProjectAnalyticsModalHeader: React.FC<Props> = observer((props) =>
|
||||
<div className="flex items-center gap-2">
|
||||
<button
|
||||
type="button"
|
||||
className="grid place-items-center p-1 text-custom-text-200 hover:text-custom-text-100"
|
||||
className="hidden md:grid place-items-center p-1 text-custom-text-200 hover:text-custom-text-100"
|
||||
onClick={() => setFullScreen((prevData) => !prevData)}
|
||||
>
|
||||
{fullScreen ? <Shrink size={14} strokeWidth={2} /> : <Expand size={14} strokeWidth={2} />}
|
||||
|
||||
Reference in New Issue
Block a user