Skip to content

Commit

Permalink
refactor: remove users staff
Browse files Browse the repository at this point in the history
  • Loading branch information
m7ez1n committed Jun 5, 2023
1 parent b284583 commit e4ec7fe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
16 changes: 13 additions & 3 deletions app/components/profile/ProfileUsernameAndSocials.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,26 @@ export default function ProfileUsernameAndSocials({
return (
<div className='flex flex-col'>
<div className='flex items-center space-x-4'>
<span className='font-spline text-xl font-bold'>{name}</span>
<span className='text-xl font-bold font-spline'>{name}</span>
<span className='text-base font-bold text-gray-700 dark:text-white/70'>
{nickname}
</span>
</div>
<div className='mt-4 flex space-x-4 text-[#868686]'>
<a href={linkedin} target='_blank' rel='noreferrer'>
<a
href={linkedin}
target='_blank'
rel='noreferrer'
className='cursor-pointer'
>
<LinkedinIcon />
</a>
<a href={git} target='_blank' rel='noreferrer'>
<a
href={git}
target='_blank'
rel='noreferrer'
className='cursor-pointer'
>
<GithubIcon />
</a>
</div>
Expand Down
12 changes: 0 additions & 12 deletions app/mocks/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ export const users: UserCardProps[] = [
occupation: 'Social Media',
twitter: 'https://twitter.com/jujuvazzz',
},
{
username: 'Felipe Gabriel',
avatar: '/images/staff/7k.png',
occupation: 'Diretor de Operações ',
twitter: 'https://twitter.com/setekpro',
},
{
username: 'Giovane Silva',
avatar: '/images/staff/novout.png',
Expand All @@ -55,12 +49,6 @@ export const users: UserCardProps[] = [
occupation: 'UI/UX Designer',
twitter: 'https://twitter.com/nexturhe4rt',
},
{
username: 'Gabriel Mazieri',
avatar: '/images/staff/grande.png',
occupation: 'Community Manager',
twitter: 'https://twitter.com/grandehe4rt',
},
{
username: 'Yasmin Felício',
avatar: '/images/staff/yaya.png',
Expand Down

1 comment on commit e4ec7fe

@vercel
Copy link

@vercel vercel bot commented on e4ec7fe Jun 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.