Skip to content

Commit 6e26e28

Browse files
committed
WIP
1 parent 3abba65 commit 6e26e28

File tree

3 files changed

+267
-128
lines changed

3 files changed

+267
-128
lines changed

website/src/IndexPage.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export function Intro() {
1313

1414
return (
1515
<ul
16+
className="graph-docs-not-markdown"
1617
sx={{
1718
mb: '96px',
1819
display: 'grid',
@@ -89,6 +90,7 @@ export function NetworkRoles() {
8990

9091
return (
9192
<ul
93+
className="graph-docs-not-markdown"
9294
sx={{
9395
mt: Spacing['32px'],
9496
mb: '128px',
@@ -147,6 +149,7 @@ export function Products() {
147149

148150
return (
149151
<ul
152+
className="graph-docs-not-markdown"
150153
sx={{
151154
mt: Spacing['32px'],
152155
mb: '128px',
@@ -190,6 +193,7 @@ export function SupportedNetworks() {
190193

191194
return (
192195
<ul
196+
className="graph-docs-not-markdown"
193197
sx={{
194198
my: Spacing['48px'],
195199
display: 'grid',

0 commit comments

Comments
 (0)