mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix: remove duplicate privacy policy link from main content area
This commit is contained in:
@@ -145,13 +145,6 @@ export function AppLayout({
|
||||
<div className="flex-1 overflow-y-auto p-6 flex items-center justify-center">
|
||||
{children || <Dropzone onFiles={onFiles} onUrlImport={onUrlImport} accept="image/*" />}
|
||||
</div>
|
||||
{!isMobile && (
|
||||
<div className="text-center text-xs text-muted-foreground py-2 border-t border-border">
|
||||
<Link to="/privacy" className="hover:text-foreground transition-colors">
|
||||
{t.common.privacyPolicy}
|
||||
</Link>
|
||||
</div>
|
||||
)}
|
||||
</main>
|
||||
|
||||
{!isMobile && <Footer />}
|
||||
|
||||
Reference in New Issue
Block a user