Skip to content

Commit

Permalink
Merge pull request #156 from the-coder-o/staging
Browse files Browse the repository at this point in the history
updated users
  • Loading branch information
the-coder-o authored Dec 28, 2024
2 parents 774bc57 + 45f0d34 commit d5a8dd9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .mock/people.data.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export const people = [
{ id: 1, name: 'The Coder', designation: 'The Founder', image: 'https://avatars.githubusercontent.com/u/115723431?v=4' },
{ id: 2, name: 'Shokhjakhon', designation: 'FullStack Developer', image: 'https://avatars.githubusercontent.com/u/113612600?v=4' },
{ id: 3, name: 'Nodirbek', designation: 'Backend Developer', image: 'https://avatars.githubusercontent.com/u/129874807?v=4' },
{ id: 4, name: 'Muhammadqodir', designation: 'FullStack Developer', image: 'https://avatars.githubusercontent.com/u/114002954?s=100&v=4' },
{ id: 5, name: 'Shokhjakhon', designation: 'FullStack Developer', image: 'https://avatars.githubusercontent.com/u/78145953?v=4' },
{ id: 6, name: 'Ibrohim', designation: 'Frontend Developer', image: 'https://avatars.githubusercontent.com/u/46422014?v=4' },
{ id: 7, name: 'Jontstaz', designation: 'Cryptocurrency', image: 'https://avatars.githubusercontent.com/u/6379873?v=4' },
{ id: 8, name: 'Saidov Zohid', designation: 'Backend Developer', image: 'https://avatars.githubusercontent.com/u/116626702?v=4' },
{ id: 1, name: 'Abdul Basit', designation: 'The Founder', image: 'https://avatars.githubusercontent.com/u/115723431?v=4' },
{ id: 2, name: 'Nuruddin Iminokhunov', designation: 'Ceo of GlobalMove', image: 'https://i.ibb.co/ft04Xvs/photo-2024-12-28-12-37-22.jpg' },
{ id: 3, name: 'Azim Pulat', designation: 'Software Engineer at Google', image: 'https://azimjon.com/static/assets/images/azimjon.jpg' },
{ id: 4, name: 'Hosna Qasmei', designation: 'FullStack Developer', image: 'https://avatars.githubusercontent.com/u/39573679?v=4' },
{ id: 5, name: 'Jay Kadam', designation: 'Product Designer at Peerlist', image: 'https://dqy38fnwh4fqs.cloudfront.net/UHBAOB6BGGNQPGECB6RAQMJRNA9P/hbaob6bggnqpgecb6raqmjrna9p-profile.webp' },
{ id: 7, name: 'Sahil Vhora', designation: 'Product designer', image: 'https://dqy38fnwh4fqs.cloudfront.net/UH9O68EGRMD9KE7HDMJALJA7KNNB/h9o68egrmd9ke7hdmjalja7knnb-profile.webp' },
{ id: 6, name: 'Ramakrushna Mohapatra', designation: 'Data Scientists', image: 'https://media.licdn.com/dms/image/v2/D5603AQFOtnf_XLPMfQ/profile-displayphoto-shrink_200_200/B56ZQA0VYHGQAo-/0/1735180507539?e=1740614400&v=beta&t=ai50ewVkCFcd1Xj4kVm7Nx4s21SMjZuUOz4KgXcrO1U' },
{ id: 8, name: 'Akash Bhadange', designation: 'Cofounder & CEO of Peerlist', image: 'https://dqy38fnwh4fqs.cloudfront.net/UHDNK79BK6LA89DCMPRQGEGQOGGO/hdnk79bk6la89dcmprqgegqoggo-profile.webp' },
]
4 changes: 2 additions & 2 deletions components/animation/animated-toolip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ export const AnimatedTooltip = ({
<Image onMouseMove={handleMouseMove} height={100} width={100} src={item.image} alt={item.name} className="relative h-14 w-14 rounded-full border-2 border-white bg-secondary bg-cover !p-0 transition duration-500 group-hover:z-30 group-hover:scale-105" />
</div>
))}
<Button variant="outline" className="h-14 w-14 rounded-full border-2 border-gray-500 bg-white text-black hover:bg-white hover:text-black">
+20
<Button variant="outline" className="h-14 w-14 rounded-full border-2 border-gray-500 bg-white font-bold text-black hover:bg-white hover:text-black">
+68
</Button>
</>
)
Expand Down

0 comments on commit d5a8dd9

Please sign in to comment.