fix(ui): add missing icon class

This commit is contained in:
Łukasz Mierzwa
2019-10-29 13:37:02 +00:00
parent 7a7102d29e
commit d76d8862ef
2 changed files with 2 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ const SilenceDetails = ({
<FontAwesomeIcon
className="text-muted mr-1"
icon={faCalendarTimes}
fixedWidth
/>
{expiresLabel} <Moment fromNow>{silence.endsAt}</Moment>
</span>

View File

@@ -152,7 +152,7 @@ exports[`<ManagedSilence /> matches snapshot with expaned details 1`] = `
focusable=\\"false\\"
data-prefix=\\"fas\\"
data-icon=\\"calendar-times\\"
class=\\"svg-inline--fa fa-calendar-times fa-w-14 text-muted mr-1\\"
class=\\"svg-inline--fa fa-calendar-times fa-w-14 fa-fw text-muted mr-1\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
viewbox=\\"0 0 448 512\\"