Skip to content

Commit

Permalink
feat(linktree): adds neovim config
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa-thayto committed Jul 11, 2024
1 parent e9f71a2 commit b8f107f
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions src/pages/linktree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ const LinksPage = () => {
Icon: null,
text: 'CRUD com qualidade - Curso DevSoutinho',
},
{
href: 'https://github.com/rafa-thayto/lazy-thayto-vim',
Icon: null,
text: '❤️ Neovim Configs',
},
{
href: '/blog',
Icon: null,
Expand All @@ -42,6 +47,16 @@ const LinksPage = () => {
Icon: LinkedIn,
text: 'LinkedIn',
},
{
href: 'https://www.youtube.com/@thayto_dev',
Icon: null,
text: 'Youtube',
},
{
href: 'https://github.com/rafa-thayto',
Icon: GitHub,
text: 'GitHub',
},
{
href: 'https://twitter.com/thayto_dev',
Icon: Twitter,
Expand All @@ -53,14 +68,9 @@ const LinksPage = () => {
text: 'Twitch',
},
{
href: 'https://www.youtube.com/@thayto_dev',
href: 'https://www.amazon.com.br/dp/8575226932?&_encoding=UTF8&tag=thayto-20&linkCode=ur2&linkId=a8887fab2c901ae25fb1855a72f0bc61&camp=1789&creative=9325',
Icon: null,
text: 'Youtube',
},
{
href: 'https://github.com/rafa-thayto',
Icon: GitHub,
text: 'GitHub',
text: 'Estrutura de dados e algoritmos com JavaScript - Loiane',
},
{
href: 'https://dev.to/thayto/',
Expand All @@ -72,16 +82,6 @@ const LinksPage = () => {
Icon: TabNews,
text: 'TabNews',
},
{
href: 'https://medium.com/@thayto',
Icon: Medium,
text: 'Medium',
},
{
href: 'https://www.amazon.com.br/dp/8575226932?&_encoding=UTF8&tag=thayto-20&linkCode=ur2&linkId=a8887fab2c901ae25fb1855a72f0bc61&camp=1789&creative=9325',
Icon: null,
text: 'Estrutura de dados e algoritmos com JavaScript - Loiane',
},
]

return (
Expand Down

0 comments on commit b8f107f

Please sign in to comment.