Skip to content

Commit dd36b5a

Browse files
committed
fix(frontend): rename edit icon to bi-pencil-fill
1 parent 8c8e68f commit dd36b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/profiles/modules.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ protected function output() {
360360
'<td class="d-none d-sm-table-cell">'.(mb_strlen($profile['rmk']) > 0 ? $this->trans('Yes') : $this->trans('No')).'</td>'.
361361
'<td class="d-none d-sm-table-cell">'.($profile['default'] ? $this->trans('Yes') : $this->trans('No')).'</td>'.
362362
'<td class="text-right"><a href="?page=profiles&amp;profile_id='.$this->html_safe($profile['id']).'" title="'.$this->trans('Edit').'">'.
363-
'<i class="bi bi-gear-fill"></i></a></td>'.
363+
'<i class="bi bi-pencil-fill"></i></a></td>'.
364364
'</tr>';
365365
}
366366
$res .= '</table></div>';

0 commit comments

Comments
 (0)