Add AI sparkles icon to the Create Job button

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
pull/8/head
Talha Ahmed 2026-08-19 19:56:33 +05:00
parent 84f2918e43
commit 878d1e3776
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ export default function Jobs() {
</button>
{can('job_board.create') && (
<button className="btn btn-primary" onClick={() => setCreating(true)}>
<Icon name="plus" /> Create Job
<Icon name="plus" /> Create Job <Icon name="sparkles" />
</button>
)}
</div>