mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
Merge pull request #1100 from prymitive/icon-fix
fix(ui): add missing icon class
This commit is contained in:
@@ -58,6 +58,7 @@ const SilenceDetails = ({
|
||||
<FontAwesomeIcon
|
||||
className="text-muted mr-1"
|
||||
icon={faCalendarTimes}
|
||||
fixedWidth
|
||||
/>
|
||||
{expiresLabel} <Moment fromNow>{silence.endsAt}</Moment>
|
||||
</span>
|
||||
|
||||
@@ -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\\"
|
||||
|
||||
Reference in New Issue
Block a user