Skip to content

Commit f532396

Browse files
committed
logs symbol changed
1 parent 9d982eb commit f532396

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/toolbarActions/toolbarList.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable no-alert */
22
import {
33
FaSave, FaUndo, FaRedo, FaTrash, FaFileImport, FaPlus, FaDownload, FaEdit, FaRegTimesCircle, FaHistory,
4-
FaHammer, FaBug, FaBomb, FaToggleOn, FaThermometerEmpty, FaTrashRestore, FaCogs, FaPencilAlt,
4+
FaHammer, FaBug, FaBomb, FaToggleOn, FaThermometerEmpty, FaTrashRestore, FaCogs, FaPencilAlt, FaTerminal,
55
} from 'react-icons/fa';
66

77
import {
@@ -130,7 +130,7 @@ const toolbarList = (state, dispatcher) => [
130130
{
131131
type: 'action',
132132
text: 'Logs',
133-
icon: FaBomb,
133+
icon: FaTerminal,
134134
action: toggleLogs,
135135
active: true,
136136
visibility: true,

0 commit comments

Comments
 (0)