Skip to content

Commit cb3b23f

Browse files
committed
chore: update header links and add new team member Tatiana Barros
1 parent 0dcce83 commit cb3b23f

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

src/components/Header/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ export const Header = () => {
4040
<ul className="flex items-center justify-end gap-5">
4141
<MenuLi href="https://doc.expresso-ts.com">
4242
<IconBook className="mr-2 h-5 w-5" aria-hidden="true" />
43-
DOCUMENTATION
43+
DOC
4444
</MenuLi>
4545
<MenuLi href="/team">
4646
<IconUsersGroup className="mr-2 h-5 w-5" aria-hidden="true" />
4747
CONTRIBUTORS
4848
</MenuLi>
49-
<MenuLi href="/store">
49+
<MenuLi href="https://store.expresso-ts.com" aria-hidden="true">
5050
<IconBriefcase className="mr-2 h-5 w-5" aria-hidden="true" />
51-
APP STORE
51+
STORE
5252
</MenuLi>
5353
</ul>
5454
<ul className="ml-4 flex items-center justify-end gap-2">

src/data/members.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,24 @@ const team: Member[] = [
4444
},
4545
],
4646
},
47+
{
48+
// Tatiana
49+
name: 'Tatiana Barros',
50+
position: 'Tech Evangelist',
51+
resume:
52+
'🚀 Programming Ambassador | Tech Media Ninja Columnist | I talk about Technology and Innovation, Design and Creativity, Community Building, and Technical Documentation.',
53+
photo: 'https://avatars.githubusercontent.com/u/172347696?v=4',
54+
socials: [
55+
{
56+
name: 'github',
57+
url: 'https://github.com/tatyquebralayout',
58+
},
59+
{
60+
name: 'linkedin',
61+
url: 'https://www.linkedin.com/in/umataldetatiana/',
62+
},
63+
],
64+
},
4765
{
4866
// Pedro
4967
name: 'Pedro Vargas',

0 commit comments

Comments
 (0)