Fix Dashboard errors - missing onClick handlers and achievement icon issues
cgen-61821de891e64bf9a9adc6e31033f692
This commit is contained in:
parent
16a9c5c69d
commit
6cc97828e7
1 changed files with 1 additions and 0 deletions
|
|
@ -382,6 +382,7 @@ export default function Dashboard() {
|
|||
variant="outline"
|
||||
className="w-full justify-start hover-lift interactive-scale"
|
||||
style={{ animationDelay: `${index * 0.1}s` }}
|
||||
onClick={() => handleQuickAction(action.title)}
|
||||
>
|
||||
<div
|
||||
className={`p-1 rounded bg-gradient-to-r ${action.color} mr-3`}
|
||||
|
|
|
|||
Loading…
Reference in a new issue