adding the BVI footer

This commit is contained in:
2025-11-24 13:22:09 -04:00
parent ea44e0d941
commit 4214f94ab8

View File

@@ -101,6 +101,9 @@ export function Providers({ children }: { children: React.ReactNode }) {
<main className="flex-1 container mx-auto px-4 py-8"> <main className="flex-1 container mx-auto px-4 py-8">
{children} {children}
</main> </main>
<footer className="py-4 text-center text-sm text-muted-foreground border-t">
©{new Date().getFullYear()} Dexorder Trading Services, Ltd. (BVI)
</footer>
</div> </div>
</ToastProvider> </ToastProvider>
</Web3Provider> </Web3Provider>