Skip to content

Commit

Permalink
Fix icon className so it properly displays
Browse files Browse the repository at this point in the history
  • Loading branch information
jewelltaylor committed Jun 26, 2024
1 parent c3247b3 commit be54640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion florist/app/jobs/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export function StartJobButton({ rowId, jobId }: { rowId: number; jobId: string
className="btn btn-primary btn-sm mb-0"
title="Start"
>
<i className="material icons text-sm">play_circle_outline</i>
<i className="material-icons text-sm">play_circle_outline</i>
</button>
</div>
);
Expand Down

0 comments on commit be54640

Please sign in to comment.