diff --git a/src/Blog.tsx b/src/Blog.tsx index 0505091..e6498df 100644 --- a/src/Blog.tsx +++ b/src/Blog.tsx @@ -6,7 +6,7 @@ const Blog = () => { const { t } = useTranslation() return ( - + {t('blog')} @@ -15,20 +15,20 @@ const Blog = () => { {t('myLinkedInArticles')} - + - - + + - - + + - - + + diff --git a/src/components/NavBar.tsx b/src/components/NavBar.tsx index fb58768..0d16db0 100644 --- a/src/components/NavBar.tsx +++ b/src/components/NavBar.tsx @@ -55,17 +55,17 @@ const NavBar = () => { - + {t('inicio')} - + {t('blog')} - + {t('contacto')}