mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-04 04:42:37 +02:00
remove privacy, tos links from app
This commit is contained in:
parent
a6167ee12e
commit
aaf698ea29
1 changed files with 0 additions and 4 deletions
|
|
@ -39,10 +39,6 @@ export function App() {
|
|||
{/* Footer */}
|
||||
<div className="flex flex-col items-center gap-2 text-xs text-white/70">
|
||||
<div>© 2025 RowBoat Labs</div>
|
||||
<div className="flex gap-4">
|
||||
<a className="hover:text-white transition-colors" href="https://www.rowboatlabs.com/terms-of-service" target="_blank" rel="noopener noreferrer">Terms of Service</a>
|
||||
<a className="hover:text-white transition-colors" href="https://www.rowboatlabs.com/privacy-policy" target="_blank" rel="noopener noreferrer">Privacy Policy</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue