🐛 Fixed help popup title design

This commit is contained in:
2024-02-18 17:22:32 +01:00
parent 05854e384f
commit b7ff232f34
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ const Help = ({ onClose }: { onClose: () => void }) => {
onClick={(ev) => ev.stopPropagation()}
>
<div className='header'>
<p className='title'>Comment jouer ?</p>
<p className='headerTitle'>Comment jouer ?</p>
<button
className='closeButton'
onClick={onClose}