Skip to content

Commit 2ae5d05

Browse files
committed
Footer tweak
1 parent f9ab919 commit 2ae5d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export function Footer() {
99
<PopoverButton className="hover:text-foreground transition-colors">
1010
Privacy info
1111
</PopoverButton>
12-
<PopoverPanel anchor="bottom start" className="bg-base p-4 rounded-lg shadow-lg w-64">
12+
<PopoverPanel anchor="top" className="bg-base p-4 rounded-lg shadow-lg w-64">
1313
<p>No data collection. Documents are uploaded to your local browser cache.</p>
1414
<p className='mt-3'>Each sentence of the document you are viewing is sent to my FastAPI server for audio generation, no requests or data is collected.</p>
1515
</PopoverPanel>

0 commit comments

Comments
 (0)