File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,9 @@ export default function GDPRConsentPanel() {
5353 return (
5454 < div className = "fixed bottom-4 left-1/2 -translate-x-1/2 z-50 w-full max-w-md px-4" >
5555 < div className = "bg-white rounded-2xl shadow-xl border border-gray-100 px-5 py-4 flex items-center gap-4" >
56- < span className = "text-2xl select-none" aria-hidden = "true" > 🍪</ span >
56+ < span className = "text-2xl select-none" aria-hidden = "true" >
57+ 🍪
58+ </ span >
5759 < p className = "flex-1 text-sm text-gray-500 leading-snug" >
5860 We use cookies to understand how people use Archestra and make it better.
5961 </ p >
@@ -73,7 +75,10 @@ export default function GDPRConsentPanel() {
7375 </ div >
7476 { isManuallyOpened && (
7577 < button
76- onClick = { ( ) => { setIsVisible ( false ) ; setIsManuallyOpened ( false ) ; } }
78+ onClick = { ( ) => {
79+ setIsVisible ( false ) ;
80+ setIsManuallyOpened ( false ) ;
81+ } }
7782 className = "absolute top-2 right-2 text-gray-300 hover:text-gray-500 transition-colors"
7883 aria-label = "Close"
7984 >
You can’t perform that action at this time.
0 commit comments