added docs and fixed level bridger

This commit is contained in:
2026-01-03 22:13:17 +05:30
parent 92ad60fd3c
commit 5ed739f981
10 changed files with 612 additions and 100 deletions

View File

@@ -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>
);