Footer tweak

This commit is contained in:
Richard Roberson 2025-01-26 20:55:17 -07:00
parent f9ab9190c2
commit 2ae5d05849

View file

@ -9,7 +9,7 @@ export function Footer() {
<PopoverButton className="hover:text-foreground transition-colors">
Privacy info
</PopoverButton>
<PopoverPanel anchor="bottom start" className="bg-base p-4 rounded-lg shadow-lg w-64">
<PopoverPanel anchor="top" className="bg-base p-4 rounded-lg shadow-lg w-64">
<p>No data collection. Documents are uploaded to your local browser cache.</p>
<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>
</PopoverPanel>