adding the BVI footer
This commit is contained in:
@@ -101,6 +101,9 @@ export function Providers({ children }: { children: React.ReactNode }) {
|
||||
<main className="flex-1 container mx-auto px-4 py-8">
|
||||
{children}
|
||||
</main>
|
||||
<footer className="py-4 text-center text-sm text-muted-foreground border-t">
|
||||
©{new Date().getFullYear()} Dexorder Trading Services, Ltd. (BVI)
|
||||
</footer>
|
||||
</div>
|
||||
</ToastProvider>
|
||||
</Web3Provider>
|
||||
|
||||
Reference in New Issue
Block a user