UX: Add a down arrow to the back button on the timeline
This commit is contained in:
parent
889efe48be
commit
5111611749
|
@ -18,6 +18,7 @@ function attachBackButton(widget) {
|
|||
className: 'btn btn-primary btn-small back-button',
|
||||
label: 'topic.timeline.back',
|
||||
title: 'topic.timeline.back_description',
|
||||
icon: 'arrow-down',
|
||||
action: 'goBack'
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue