Footer tweak
This commit is contained in:
parent
f9ab9190c2
commit
2ae5d05849
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue