DetailsPanel: Add close button title

This commit is contained in:
rektdeckard
2021-03-06 20:31:31 -05:00
parent 14c8807234
commit 98ef9db51a

View File

@@ -242,6 +242,7 @@ const DetailsPanel: React.FC<InfoPanelProps> = (props) => {
animate="open"
exit="collapsed"
variants={contentVariants}
title="Close"
>
<X
className="close-icon"