Skip to content

Commit

Permalink
fix(wizard): swapped form and faq icons
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Jun 7, 2022

Unverified

No user is associated with the committer email.
1 parent 5a07a70 commit 42a4557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/scripts.js
Original file line number Diff line number Diff line change
@@ -436,9 +436,9 @@ function buildTiles(list) {

if (item.icon == '') {
if (item.type == 'form') {
item.icon = 'fa fa-question-circle';
} else {
item.icon = 'fa fa-clipboard-list';
} else {
item.icon = 'fa fa-question-circle';
}
}

0 comments on commit 42a4557

Please sign in to comment.