mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
fix squashed slack button image on welcome card (#7640)
This commit is contained in:
parent
fdf9df84aa
commit
162304c565
2 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ import LinkArrow from "../../../../../assets/images/icon-arrow-right-vibrant-blu
|
|||
import IconDisabled from "../../../../../assets/images/icon-action-disable-red-16x16@2x.png";
|
||||
import IconPassed from "../../../../../assets/images/icon-check-circle-green-16x16@2x.png";
|
||||
import IconError from "../../../../../assets/images/icon-exclamation-circle-red-16x16@2x.png";
|
||||
import IconChevron from "../../../../../assets/images/icon-chevron-purple-9x6@2x.png";
|
||||
import SlackButton from "../../../../../assets/images/slack-button-get-help.png";
|
||||
|
||||
interface IHostResponse {
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
.button-slack {
|
||||
width: 173px;
|
||||
height: auto;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue