Skip to content

Commit 43d226b

Browse files
committed
Fix icon
1 parent 299062f commit 43d226b

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
@@ -10,7 +10,7 @@ import {
1010
faFileExport,
1111
faList,
1212
faPlay,
13-
faSitemap,
13+
faBezierCurve,
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)