Skip to content

Commit 499a312

Browse files
Merge branch 'main' into ISSUE-REMOVE-lOGO
2 parents 9c7b1d1 + f40d313 commit 499a312

File tree

11 files changed

+39
-20
lines changed

11 files changed

+39
-20
lines changed

src/components/CompanyTrustedList.jsx

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
import { formatGitHubStars } from '../../utils'
2-
import company1 from '@/images/logo1.svg'
3-
import company2 from '@/images/logo2.svg'
4-
import company3 from '@/images/logo3.svg'
5-
import company4 from '@/images/logo4.svg'
6-
import company5 from '@/images/logo5.svg'
7-
import company6 from '@/images/logo6.svg'
8-
import company8 from '@/images/logo8.svg'
2+
import company1 from '@/images/doceree.svg'
3+
import company2 from '@/images/americanExpress.svg'
4+
import company3 from '@/images/ibm.svg'
5+
import company4 from '@/images/mydbops.svg'
6+
import company5 from '@/images/guidewire.svg'
7+
import company6 from '@/images/weave.svg'
8+
import company8 from '@/images/blinkit.svg'
9+
import company9 from '@/images/zopsmart.svg'
10+
import company10 from '@/images/mcafee.svg'
911
import Image from 'next/image'
1012
import { useEffect, useState } from 'react'
1113

@@ -17,11 +19,15 @@ const imageLink = [
1719
image: company3,
1820
},
1921
{
20-
image: company6,
22+
image: company10,
2123
},
2224
{
2325
image: company8,
2426
},
27+
{
28+
image: company9,
29+
},
30+
2531
{
2632
image: company1,
2733
},
@@ -31,6 +37,10 @@ const imageLink = [
3137
{
3238
image: company5,
3339
},
40+
41+
{
42+
image: company6,
43+
},
3444
]
3545

3646
export default function CompanyList() {
Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
export function TwitterIcon(props) {
22
return (
3-
<svg
4-
xmlns="http://www.w3.org/2000/svg"
5-
x="0px"
6-
y="0px"
7-
width={100}
8-
height={100}
9-
viewBox="0,0,256,256"
10-
{...props}
11-
>
3+
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width={100} height={100} viewBox="0,0,256,256" {...props}>
124
<g
13-
// fill="#94a3b8"
145
fillRule="nonzero"
156
stroke="none"
167
strokeWidth={1}
@@ -23,12 +14,13 @@ export function TwitterIcon(props) {
2314
fontWeight="none"
2415
fontSize="none"
2516
textAnchor="none"
26-
style={{ mixBlendMode: 'normal' }}
17+
style={{ mixBlendMode: "normal" }}
2718
>
2819
<g transform="scale(8.53333,8.53333)">
29-
<path d="M28,6.937c-0.957,0.425 -1.985,0.711 -3.064,0.84c1.102,-0.66 1.947,-1.705 2.345,-2.951c-1.03,0.611 -2.172,1.055 -3.388,1.295c-0.973,-1.037 -2.359,-1.685 -3.893,-1.685c-2.946,0 -5.334,2.389 -5.334,5.334c0,0.418 0.048,0.826 0.138,1.215c-4.433,-0.222 -8.363,-2.346 -10.995,-5.574c-0.458,0.788 -0.721,1.704 -0.721,2.683c0,1.85 0.941,3.483 2.372,4.439c-0.874,-0.028 -1.697,-0.268 -2.416,-0.667c0,0.023 0,0.044 0,0.067c0,2.585 1.838,4.741 4.279,5.23c-0.447,0.122 -0.919,0.187 -1.406,0.187c-0.343,0 -0.678,-0.034 -1.003,-0.095c0.679,2.119 2.649,3.662 4.983,3.705c-1.825,1.431 -4.125,2.284 -6.625,2.284c-0.43,0 -0.855,-0.025 -1.273,-0.075c2.361,1.513 5.164,2.396 8.177,2.396c9.812,0 15.176,-8.128 15.176,-15.177c0,-0.231 -0.005,-0.461 -0.015,-0.69c1.043,-0.753 1.948,-1.692 2.663,-2.761z" />
20+
<path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z" />
3021
</g>
3122
</g>
3223
</svg>
3324
)
3425
}
26+
File renamed without changes.

src/images/mcafee.svg

Lines changed: 12 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)