fix: Update button click handler to navigate to '/new' instead of '/'
This commit is contained in:
parent
8ca63ca97a
commit
56513a8ced
@ -784,7 +784,7 @@ export default function Home() {
|
|||||||
<Button
|
<Button
|
||||||
variant="outline"
|
variant="outline"
|
||||||
size="sm"
|
size="sm"
|
||||||
onClick={() => router.push('/')}
|
onClick={() => router.push('/new')}
|
||||||
className="flex items-center space-x-2"
|
className="flex items-center space-x-2"
|
||||||
>
|
>
|
||||||
<RefreshCw className="h-4 w-4" />
|
<RefreshCw className="h-4 w-4" />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user