docs: clean up

This commit is contained in:
Simon
2025-10-21 22:28:37 +08:00
parent 12bdad3cc5
commit 29f8add2e7
4 changed files with 2 additions and 65 deletions

View File

@@ -73,17 +73,6 @@ pageAgent.panel.show()
/>
</div>
</div>
<div className="bg-gradient-to-r from-green-50 to-blue-50 dark:from-green-900/20 dark:to-blue-900/20 p-4 rounded-lg">
<h3 className="text-lg font-semibold mb-2">🎉 </h3>
<p className="mb-3 "></p>
<a
href="/docs/features/security-permissions"
className="inline-flex items-center px-4 py-2 bg-green-600 text-white rounded-lg hover:bg-green-700 transition-colors duration-200"
>
</a>
</div>
</div>
)
}