l-min-components 1.0.552 → 1.0.556
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import avatar from "./assets/
|
|
2
|
+
import avatar from "./assets/Subtract.png";
|
|
3
3
|
import { Card } from "./index.styled";
|
|
4
4
|
import ButtonComponent from "../button";
|
|
5
5
|
|
|
@@ -13,7 +13,7 @@ import ButtonComponent from "../button";
|
|
|
13
13
|
const SuccessCard = (props) => {
|
|
14
14
|
return (
|
|
15
15
|
<Card style={props.style}>
|
|
16
|
-
<img src={props.image || avatar
|
|
16
|
+
<img src={props.image || avatar} alt="Partying Face" />
|
|
17
17
|
<h1>{props.title} </h1>
|
|
18
18
|
<h2>{props.subtitle} </h2>
|
|
19
19
|
<h6> {props.info} </h6>
|