We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 299062f commit 43d226bCopy full SHA for 43d226b
1 file changed
client/src/components/History/HistoryOptions.vue
@@ -10,7 +10,7 @@ import {
10
faFileExport,
11
faList,
12
faPlay,
13
- faSitemap,
+ faBezierCurve,
14
faStream,
15
faTrash,
16
faUsersCog,
@@ -225,7 +225,7 @@ function onDelete() {
225
</BDropdownItem>
226
227
<BDropdownItem :title="localize('View History Graph')" :to="`/histories/${history.id}/graph`">
228
- <FontAwesomeIcon fixed-width :icon="faSitemap" />
+ <FontAwesomeIcon fixed-width :icon="faBezierCurve" />
229
<span v-localize>Show History Graph</span>
230
231
0 commit comments