Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update frontend/src/pages/Dashboard.jsx
Browse files
frontend/src/pages/Dashboard.jsx
CHANGED
|
@@ -665,7 +665,7 @@ export const Dashboard = () => {
|
|
| 665 |
No security audit performed on this workspace yet.
|
| 666 |
</p>
|
| 667 |
<button
|
| 668 |
-
onClick={() => navigate('/
|
| 669 |
className="inline-flex items-center gap-1.5 px-3.5 py-1.5 rounded-lg text-xs font-semibold bg-primary text-white hover:bg-primary/90 transition-all shadow-xs cursor-pointer"
|
| 670 |
>
|
| 671 |
<span className="material-symbols-outlined text-[15px]">radar</span>
|
|
|
|
| 665 |
No security audit performed on this workspace yet.
|
| 666 |
</p>
|
| 667 |
<button
|
| 668 |
+
onClick={() => navigate('/scans/new')}
|
| 669 |
className="inline-flex items-center gap-1.5 px-3.5 py-1.5 rounded-lg text-xs font-semibold bg-primary text-white hover:bg-primary/90 transition-all shadow-xs cursor-pointer"
|
| 670 |
>
|
| 671 |
<span className="material-symbols-outlined text-[15px]">radar</span>
|