added unit
This commit is contained in:
@@ -6,7 +6,7 @@ import IconFour from '../../assets/images/icon/walleticon.png';
|
|||||||
|
|
||||||
function ServiceItem({ icon, title, description, index }) {
|
function ServiceItem({ icon, title, description, index }) {
|
||||||
return (
|
return (
|
||||||
<div className="appie-single-service text-center mt-30 wow animated fadeInUp" data-wow-duration="2000ms" data-wow-delay={200 * (index + 1)} style={{ cursor: "default" }}>
|
<div className="appie-single-service text-center mt-30 wow animated fadeInUp" data-wow-duration="2000ms" data-wow-delay={`${200 * (index + 1)}ms`} style={{ cursor: "default" }}>
|
||||||
<div className="icon">
|
<div className="icon">
|
||||||
<img src={icon} alt={title} />
|
<img src={icon} alt={title} />
|
||||||
</div>
|
</div>
|
||||||
@@ -17,7 +17,7 @@ function ServiceItem({ icon, title, description, index }) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function ServicesHomeOne({ className }) {
|
function ServicesHomeOne({ className }) {
|
||||||
const serviceTitle = "Start getting paid in easy steps."
|
const serviceTitle = ""
|
||||||
const serviceItems = [
|
const serviceItems = [
|
||||||
{
|
{
|
||||||
icon: IconOne,
|
icon: IconOne,
|
||||||
|
|||||||
Reference in New Issue
Block a user