Skip to content

Commit 43e0be5

Browse files
committed
Update icon for in progress to clock
1 parent b358008 commit 43e0be5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

styles/prosilver/template/index_body.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h2>{{ lang('IDEAS_TITLE') }}</h2>
3838
{{ _self.ideas_section(lang('IMPLEMENTED_IDEAS'), implemented_ideas, U_VIEW_IMPLEMENTED, 'fa-code-fork fa-flip-vertical', lang('VIEW_IMPLEMENTED')) }}
3939

4040
{# IN PROGRESS IDEAS #}
41-
{{ _self.ideas_section(lang('IN_PROGRESS_IDEAS'), in_progress_ideas, U_VIEW_IN_PROGRESS, 'fa-code-fork fa-flip-vertical', lang('VIEW_IN_PROGRESS')) }}
41+
{{ _self.ideas_section(lang('IN_PROGRESS_IDEAS'), in_progress_ideas, U_VIEW_IN_PROGRESS, 'fa-clock-o', lang('VIEW_IN_PROGRESS')) }}
4242

4343
<br><br>
4444

0 commit comments

Comments
 (0)