Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ export default function Footer() {
<footer className="bg-background border-t border-border mt-12 sm:mt-16 lg:mt-20 pb-20 sm:pb-12">
<div className="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8 py-8 sm:py-12">
<p className="text-xs sm:text-sm text-secondary/70 text-center">© 2025 Milkroad Pro Archive | For educational purposes</p>
<p className="text-xs sm:text-sm text-secondary/70 text-center mt-2">
Built by{" "}
<a href="https://kunthive.in" target="_blank" rel="noopener noreferrer">
Kunthive
</a>
</p>
</div>
</footer>
)
Expand Down