This commit is contained in:
ct
2025-07-17 01:20:15 +08:00
parent ade86ef772
commit 947dd19dcb
11 changed files with 465 additions and 105 deletions

View File

@@ -41,6 +41,9 @@ const Footer = () => {
<a href={route('privacy')} className="text-muted-foreground hover:text-foreground text-sm transition-colors">
Privacy
</a>
<a href={route('dmca-copyright')} className="text-muted-foreground hover:text-foreground text-sm transition-colors">
DMCA
</a>
{import.meta.env.VITE_DISCORD_LINK && (
<a
href={import.meta.env.VITE_DISCORD_LINK}