Skip to content

Commit

Permalink
Merge pull request #574 from icflorescu/next
Browse files Browse the repository at this point in the history
Update package users order
  • Loading branch information
icflorescu committed Apr 12, 2024
2 parents 82cdac2 + b9b9178 commit 360f01e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions components/PackageUsers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ const USERS: {
link: string;
shift?: number;
}[] = [
{
name: 'SegmentX',
showText: true,
logo: { base: 'segmentx', ext: 'png', shift: 6, scale: 110 },
link: 'https://segmentx.ai',
shift: 1.75,
},
{
name: 'Namecheap',
logo: { base: 'namecheap', ext: 'svg', themed: true },
Expand All @@ -27,6 +20,13 @@ const USERS: {
logo: { base: 'easywp', ext: 'svg', themed: true },
link: 'https://www.easywp.com',
},
{
name: 'SegmentX',
showText: true,
logo: { base: 'segmentx', ext: 'png', shift: 6, scale: 110 },
link: 'https://segmentx.ai',
shift: 1.75,
},
{
name: 'Aquarino',
logo: { base: 'aquarino', ext: 'svg', shift: 2 },
Expand Down

0 comments on commit 360f01e

Please sign in to comment.