Skip to content

Commit a0a34ef

Browse files
ran prettier on everything
1 parent ea80dbc commit a0a34ef

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

website/src/HomePage.tsx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,7 @@ export default function HomePage({ supportedNetworks }: { supportedNetworks: Sup
128128
title={t('index.products.graphNode.title')}
129129
description={t('index.products.graphNode.description')}
130130
cta={
131-
<ExperimentalLink href="/indexing/graph-node/">
132-
{t('index.products.graphNode.cta')}
133-
</ExperimentalLink>
131+
<ExperimentalLink href="/indexing/graph-node/">{t('index.products.graphNode.cta')}</ExperimentalLink>
134132
}
135133
icon={
136134
<div className="flex size-8 items-center justify-center rounded-4 bg-space-1400 text-white">
@@ -141,11 +139,7 @@ export default function HomePage({ supportedNetworks }: { supportedNetworks: Sup
141139
<Card
142140
title={t('index.products.firehose.title')}
143141
description={t('index.products.firehose.description')}
144-
cta={
145-
<ExperimentalLink href="/indexing/firehose/">
146-
{t('index.products.firehose.cta')}
147-
</ExperimentalLink>
148-
}
142+
cta={<ExperimentalLink href="/indexing/firehose/">{t('index.products.firehose.cta')}</ExperimentalLink>}
149143
icon={
150144
<div className="flex size-8 items-center justify-center rounded-4 bg-space-1400 text-white">
151145
<Firehose size={4} />

0 commit comments

Comments
 (0)