Skip to content

Commit fa5e8a3

Browse files
committed
fix: remove old sentence
1 parent b6b2409 commit fa5e8a3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

sites/aztec/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const aztecHandbookProps: HandbookSectionProps = {
7878
handbooks: aztecHandbooks,
7979
title: "ALL HANDBOOKS",
8080
description:
81-
"These handbooks are internal material created for working with our partners. They're not official documentation and may not reflect the latest updates. We share them openly because useful knowledge shouldn't sit behind closed doors. We share it openly in case it's useful to others.",
81+
"These handbooks are internal material created for working with our partners. They're not official documentation and may not reflect the latest updates. We share them openly because useful knowledge shouldn't sit behind closed doors.",
8282
};
8383

8484
const aztecCategoryTheme: CategoryCardsTheme = {

sites/ef/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const efHandbookProps: HandbookSectionProps = {
7171
handbooks: efHandbooks,
7272
title: "ALL HANDBOOKS",
7373
description:
74-
"These handbooks are internal material created for working with our partners. They're not official documentation and may not reflect the latest updates. We share them openly because useful knowledge shouldn't sit behind closed doors. We share it openly in case it's useful to others.",
74+
"These handbooks are internal material created for working with our partners. They're not official documentation and may not reflect the latest updates. We share them openly because useful knowledge shouldn't sit behind closed doors.",
7575
};
7676

7777
const efCategoryTheme: CategoryCardsTheme = {

sites/optimism/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const optimismHandbookProps: HandbookSectionProps = {
7878
handbooks: optimismHandbooks,
7979
title: "ALL HANDBOOKS",
8080
description:
81-
"These handbooks are internal material created for working with our partners. They're not official documentation and may not reflect the latest updates. We share them openly because useful knowledge shouldn't sit behind closed doors. We share it openly in case it's useful to others.",
81+
"These handbooks are internal material created for working with our partners. They're not official documentation and may not reflect the latest updates. We share them openly because useful knowledge shouldn't sit behind closed doors.",
8282
};
8383

8484
const optimismCategoryTheme: CategoryCardsTheme = {

sites/wonderland/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const wonderlandHandbookProps: HandbookSectionProps = {
8383
handbooks: wonderlandHandbooks,
8484
title: "PARTNER HANDBOOKS",
8585
description:
86-
"These handbooks are internal material created for working with our partners. They're not official documentation and may not reflect the latest updates. We share them openly because useful knowledge shouldn't sit behind closed doors. We share it openly in case it's useful to others.",
86+
"These handbooks are internal material created for working with our partners. They're not official documentation and may not reflect the latest updates. We share them openly because useful knowledge shouldn't sit behind closed doors.",
8787
className: "handbooksSectionWonderland",
8888
};
8989

0 commit comments

Comments
 (0)