From b8f107f0578832133aa8ebcf7ecb2b507b458d79 Mon Sep 17 00:00:00 2001 From: Rafael Thayto Date: Thu, 11 Jul 2024 18:22:03 -0300 Subject: [PATCH] feat(linktree): adds neovim config --- src/pages/linktree.tsx | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/pages/linktree.tsx b/src/pages/linktree.tsx index f0c7f49..19adfb6 100644 --- a/src/pages/linktree.tsx +++ b/src/pages/linktree.tsx @@ -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, @@ -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, @@ -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/', @@ -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 (