added docs and fixed level bridger
This commit is contained in:
@@ -5,6 +5,11 @@ const Footer = () => {
|
||||
<div className="text-gray-400 text-sm">
|
||||
© {new Date().getFullYear()} Void Sentinel. All rights reserved.
|
||||
</div>
|
||||
<div className="flex items-center gap-6">
|
||||
<a href="/docs" className="text-gray-400 hover:text-white transition-colors text-sm font-medium">
|
||||
Documentation
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user