Skip to content

Commit

Permalink
spanish fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Turupawn committed Jan 15, 2024
1 parent c8cf8eb commit 41d071d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/es/home/ConnectUs.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const mediaList = [
<div class="connect-us">
<SectionHeader
title="Conecta con nosotros"
content="Mantente al tanto de las noticias y desarrollores por parte de la comunidad de Scroll."
content="Mantente al tanto de las noticias y desarrollos por parte de la comunidad de Scroll."
/>
<div class="medias">
{
Expand Down
2 changes: 1 addition & 1 deletion src/pages/es/home/Navigate.astro
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const navList = [
---

<div class="navigate">
<SectionHeader title="Navega la Documentación" content="Inicia tu desarrollo en Scroll hoy." />
<SectionHeader title="Navega la Documentación" content="Comienza a desarrollar en Scroll hoy." />
<div class="navs">
{navList.map(({ icon, name, content, link }) => <NavCard icon={icon} name={name} content={content} link={link} />)}
</div>
Expand Down

0 comments on commit 41d071d

Please sign in to comment.