Skip to content

Commit 00effa9

Browse files
Merge pull request #160 from coolwednesday/add-company
Adding walmart to companies list
2 parents ba37438 + 6f8e475 commit 00effa9

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

src/components/CompanyTrustedList.jsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import company5 from '@/images/guidewire.svg'
77
import company6 from '@/images/weave.svg'
88
import company8 from '@/images/blinkit.svg'
99
import company9 from '@/images/zopsmart.svg'
10+
import company11 from '@/images/walmart.svg'
1011
import company10 from '@/images/mcafee.svg'
1112
import Image from 'next/image'
1213
import { useEffect, useState } from 'react'
@@ -25,9 +26,8 @@ const imageLink = [
2526
image: company8,
2627
},
2728
{
28-
image: company9,
29+
image: company11,
2930
},
30-
3131
{
3232
image: company1,
3333
},
@@ -37,10 +37,12 @@ const imageLink = [
3737
{
3838
image: company5,
3939
},
40-
4140
{
4241
image: company6,
4342
},
43+
{
44+
image: company9,
45+
},
4446
]
4547

4648
export default function CompanyList() {

src/images/walmart.svg

Lines changed: 23 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)