page redirecting

This commit is contained in:
ATUL GUNJAL 2025-04-22 15:51:17 +05:30
parent ea738e676d
commit f8d88647e5

View File

@ -166,7 +166,7 @@ const createEntries = async () => {
>
{loading ? 'Creating Tokens...' : 'Create Tokens'}
</button>
<a href="pages/entries" className="w-full">
<a href="/pages/entries" className="w-full">
<button
className={`text-center rounded-lg px-5 py-3.5 text-sm font-medium shadow-theme-xs ring-1 ring-inset transition w-full ${
darkMode ? 'bg-gray-800 text-gray-300 ring-gray-700 hover:bg-gray-700' :