Update frontend/src/components/admin/AIProgramSuggestion.jsx
Browse files
frontend/src/components/admin/AIProgramSuggestion.jsx
CHANGED
|
@@ -34,7 +34,7 @@ export default function AIProgramSuggestion({ program }) {
|
|
| 34 |
type="button"
|
| 35 |
className="inline-flex items-center gap-1 text-sm font-medium text-purple-600 hover:text-purple-700"
|
| 36 |
>
|
| 37 |
-
|
| 38 |
</button>
|
| 39 |
</div>
|
| 40 |
</div>
|
|
|
|
| 34 |
type="button"
|
| 35 |
className="inline-flex items-center gap-1 text-sm font-medium text-purple-600 hover:text-purple-700"
|
| 36 |
>
|
| 37 |
+
Review and Implement <ArrowRight className="w-4 h-4" />
|
| 38 |
</button>
|
| 39 |
</div>
|
| 40 |
</div>
|