Skip to content

Commit d7997a2

Browse files
mrimekclaude
andcommitted
chore: fix prettier formatting in GDPRConsentPanel
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 06ef973 commit d7997a2

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

app/components/GDPRConsentPanel.tsx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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
>

0 commit comments

Comments
 (0)