Skip to content

Commit 7d5da48

Browse files
committed
Fix icon
1 parent 299062f commit 7d5da48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/src/components/History/HistoryOptions.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import {
33
faArchive,
44
faBars,
5+
faBezierCurve,
56
faBurn,
67
faClone,
78
faColumns,
@@ -10,7 +11,6 @@ import {
1011
faFileExport,
1112
faList,
1213
faPlay,
13-
faSitemap,
1414
faStream,
1515
faTrash,
1616
faUsersCog,
@@ -225,7 +225,7 @@ function onDelete() {
225225
</BDropdownItem>
226226

227227
<BDropdownItem :title="localize('View History Graph')" :to="`/histories/${history.id}/graph`">
228-
<FontAwesomeIcon fixed-width :icon="faSitemap" />
228+
<FontAwesomeIcon fixed-width :icon="faBezierCurve" />
229229
<span v-localize>Show History Graph</span>
230230
</BDropdownItem>
231231

0 commit comments

Comments
 (0)