fix: Update button click handler to navigate to '/new' instead of '/'

This commit is contained in:
zaidmukaddam 2024-08-16 17:57:39 +05:30
parent 8ca63ca97a
commit 56513a8ced

View File

@ -784,7 +784,7 @@ export default function Home() {
<Button
variant="outline"
size="sm"
onClick={() => router.push('/')}
onClick={() => router.push('/new')}
className="flex items-center space-x-2"
>
<RefreshCw className="h-4 w-4" />