Skip to content

Commit 88c405d

Browse files
committed
Fix typo
1 parent 1fa78f5 commit 88c405d

File tree

9 files changed

+25
-26
lines changed

9 files changed

+25
-26
lines changed

src/pages/en/home/ConnectUs.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const mediaList = [
1616
{
1717
icon: NoteSvg,
1818
name: "Get in touch",
19-
content: "Reach out directly if you need more support for hour project.",
19+
content: "Reach out directly if you need more support for your project.",
2020
link: "",
2121
},
2222
{

src/pages/en/home/Navigate.astro

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@ const navList = [
3535
---
3636

3737
<div class="navigate">
38-
<SectionHeader title="Navigate the Docs" content="Start developing on Scroll today.">
39-
<div slot="button" class="remix-callout">
40-
<a href="">Get in touch</a>
41-
</div>
42-
</SectionHeader>
38+
<SectionHeader title="Navigate the Docs" content="Start developing on Scroll today." />
4339
<div class="navs">
4440
{navList.map(({ icon, name, content, link }) => <NavCard icon={icon} name={name} content={content} link={link} />)}
4541
</div>

src/pages/en/home/QuickStart.astro

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ const toolList = [
2222
<SectionHeader
2323
title="Developer Quickstart"
2424
content="Start developing on Scroll with all of your favourite tools for building and testing smart contracts."
25-
/>
25+
>
26+
<div slot="button" class="remix-callout">
27+
<a href="">Get in touch</a>
28+
</div>
29+
</SectionHeader>
2630
<div class="tools">
2731
{
2832
toolList.map(({ icon, name, quickstartAnchor, color }) => (

src/pages/es/home/Navigate.astro

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@ const navList = [
3535
---
3636

3737
<div class="navigate">
38-
<SectionHeader title="Navega la Documentación" content="Comienza a desarrollar en Scroll hoy.">
39-
<div slot="button" class="remix-callout">
40-
<a href="">Ponte en contacto</a>
41-
</div>
42-
</SectionHeader>
38+
<SectionHeader title="Navega la Documentación" content="Comienza a desarrollar en Scroll hoy." />
4339
<div class="navs">
4440
{navList.map(({ icon, name, content, link }) => <NavCard icon={icon} name={name} content={content} link={link} />)}
4541
</div>

src/pages/es/home/QuickStart.astro

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ const toolList = [
2222
<SectionHeader
2323
title="Inicio rápido para Desarrolladores"
2424
content="Comienza a construir en Scroll con todas tus herramientas favoritas de desarollo y de testing de Smart Contracts."
25-
/>
25+
>
26+
<div slot="button" class="remix-callout">
27+
<a href="">Ponte en contacto</a>
28+
</div>
29+
</SectionHeader>
2630
<div class="tools">
2731
{
2832
toolList.map(({ icon, name, quickstartAnchor, color }) => (

src/pages/tr/home/Navigate.astro

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,7 @@ const navList = [
3535
---
3636

3737
<div class="navigate">
38-
<SectionHeader title="Dokümantasyon'u gezin" content="Scroll'da geliştirmeye bugün başlayın.">
39-
<div slot="button" class="remix-callout">
40-
<a href="">İletişime geç</a>
41-
</div>
42-
</SectionHeader>
43-
38+
<SectionHeader title="Dokümantasyon'u gezin" content="Scroll'da geliştirmeye bugün başlayın." />
4439
<div class="navs">
4540
{navList.map(({ icon, name, content, link }) => <NavCard icon={icon} name={name} content={content} link={link} />)}
4641
</div>

src/pages/tr/home/QuickStart.astro

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ const toolList = [
2222
<SectionHeader
2323
title="Geliştiriciler İçin Hızlı Başlangıç"
2424
content="Akıllı sözleşmeler oluştururken ve test ederken kullanmayı en sevdiğiniz tüm araçlar ile Scroll'da geliştirmeye başlayın."
25-
/>
25+
>
26+
<div slot="button" class="remix-callout">
27+
<a href="">İletişime geç</a>
28+
</div>
29+
</SectionHeader>
2630
<div class="tools">
2731
{
2832
toolList.map(({ icon, name, quickstartAnchor, color }) => (

src/pages/zh/home/Navigate.astro

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@ const navList = [
3535
---
3636

3737
<div class="navigate">
38-
<SectionHeader title="文档导航" content="今天开始在 Scroll 上进行开发">
39-
<div slot="button" class="remix-callout">
40-
<a href="">获取支持</a>
41-
</div>
42-
</SectionHeader>
38+
<SectionHeader title="文档导航" content="今天开始在 Scroll 上进行开发" />
4339
<div class="navs">
4440
{navList.map(({ icon, name, content, link }) => <NavCard icon={icon} name={name} content={content} link={link} />)}
4541
</div>

src/pages/zh/home/QuickStart.astro

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ const toolList = [
1919
---
2020

2121
<div>
22-
<SectionHeader title="开发者快速入门" content="开始使用您喜爱的工具在 Scroll 上进行智能合约的构建和测试" />
22+
<SectionHeader title="开发者快速入门" content="开始使用您喜爱的工具在 Scroll 上进行智能合约的构建和测试">
23+
<div slot="button" class="remix-callout">
24+
<a href="">获取支持</a>
25+
</div>
26+
</SectionHeader>
2327
<div class="tools">
2428
{
2529
toolList.map(({ icon, name, quickstartAnchor, color }) => (

0 commit comments

Comments
 (0)