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: 3 additions & 3 deletions frontend/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ export default function Footer() {
</div>

<div className="border-t border-metal-800 mt-10 pt-8 flex flex-col md:flex-row justify-between items-center gap-4">
<p className="text-metal-500 text-sm">
© 2026 BiUD. Built on Bitcoin.
</p>
<p className="text-metal-500 text-sm">
© {new Date().getFullYear()} BiUD. Built on Bitcoin.
</p>
<div className="flex items-center gap-2">
<span className="text-metal-600 text-sm">Powered by</span>
<span className="metallic-text-static font-semibold">Stacks</span>
Expand Down